-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
41 lines (41 loc) · 1.13 KB
/
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
{
"author": "Deathamns [mod by pundoo]",
"background": {
"page": "background.html",
"persistent": true
},
"content_scripts": [ {
"all_frames": true,
"js": [ "includes/app.js" ],
"matches": [ "\u003Call_urls>" ],
"run_at": "document_start"
}, {
"all_frames": true,
"js": [ "includes/content.js" ],
"matches": [ "\u003Call_urls>" ],
"run_at": "document_end"
}, {
"include_globs": [ "https://www.google.*/search*" ],
"js": [ "js/sp_gim.js" ],
"matches": [ "https://*/search*" ],
"run_at": "document_idle"
}, {
"css": [ "css/sp_ddg.css" ],
"matches": [ "https://duckduckgo.com/*" ]
} ],
"default_locale": "en",
"description": "__MSG_APP_DESCRIPTION__",
"homepage_url": "https://www.reddit.com/r/Imagus",
"icons": {
"128": "icon.png"
},
"incognito": "split",
"manifest_version": 2,
"name": "Imagus",
"options_ui": {
"open_in_tab": true,
"page": "options.html"
},
"permissions": [ "*://*/*", "downloads", "history", "storage" ],
"version": "0.9.8.74"
}