-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.json
More file actions
49 lines (49 loc) · 1.22 KB
/
manifest.json
File metadata and controls
49 lines (49 loc) · 1.22 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"manifest_version": 3,
"name": "tmrx's crazifier",
"version": "1.0.0",
"description": "get a break from your boring corporate job with this chaos thing",
"permissions": ["scripting", "activeTab", "storage"],
"host_permissions": [
"https://www.myinstants.com/*",
"https://upload.wikimedia.org/*",
"https://i.pinimg.com/*",
"https://cdn-useast1.kapwing.com/*",
"https://www.meowbox.com/*",
"https://i.redd.it/*",
"https://media.tenor.com/*"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
}
},
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"author": "tmrx",
"short_name": "tmrx-crazifier",
"offline_enabled": true,
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"web_accessible_resources": [
{
"resources": ["cats/*.gif", "sounds/*.mp3"],
"matches": ["<all_urls>"]
}
],
"minimum_edge_version": "79.0.0.0",
"browser_specific_settings": {
"edge": {
"browser_action_next_to_address_bar": true
}
}
}