-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
34 lines (30 loc) · 865 Bytes
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"description": "This plugin provides a simple and quick way to copy random Lorem Ipsum words, sentences and paragraphs.",
"manifest_version": 3,
"name": "Lorem Quick Ipsum",
"version": "2.0",
"icons": {
"32": "icons/lorem-32.png"
},
"permissions": [
"storage"
],
"host_permissions": [
"https://thispersondoesnotexist.com/image",
"https://picsum.photos/*"
],
"options_ui": {
"page": "options/options.html",
"browser_style": true
},
"action": {
"default_icon": "icons/lorem-32.png",
"theme_icons": [{
"light": "icons/lorem-32-light.png",
"dark": "icons/lorem-32.png",
"size": 32
}],
"default_title": "Lorem Quick Ipsum",
"default_popup": "popup/index.html"
}
}