-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
41 lines (38 loc) · 954 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
35
36
37
38
39
40
41
{
"manifest_version": 2,
"name": "Succession",
"version": "1.0.4",
"default_locale": "en",
"description": "Overtake the Snakeroom",
"icons": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"author": "relative/Creatable",
"commands": {},
"homepage_url": "https://the-swarm.rocks",
"permissions": [
"https://reddit.com/",
"https://*.reddit.com/",
"https://the-swarm.rocks/",
"https://*.the-swarm.rocks/",
"https://reddit.com/*",
"https://*.reddit.com/*",
"https://the-swarm.rocks/*",
"https://*.the-swarm.rocks/*"
],
"content_scripts": [
{
"matches": [
"https://reddit.com/sequence*",
"https://*.reddit.com/sequence*",
"https://www.reddit.com/sequence"
],
"run_at": "document_idle",
"js": ["content.js"]
}
],
"web_accessible_resources": ["script.js"]
}