-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
39 lines (39 loc) · 1.43 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
{
"background": {
"scripts": [ "js/agb_basic.js", "js/agb_common.js", "js/agb_main.js", "js/agb_para.js", "js/agb_init.js", "js/agb_chrome.js", "bootstrap.js" ]
},
"content_scripts": [ {
"js": [ "js/basics.js", "js/common.js", "js/overlays.js", "js/main.js", "js/init.js" ],
"matches": [ "https://*.ogame.gameforge.com/game/index.php*" ],
"run_at": "document_start"
}, {
"js": [ "js/basics.js", "js/common.js", "js/init.js" ],
"matches": [ "http://www.osimulate.com/*", "http://websim.speedsim.net/*" ],
"run_at": "document_start"
}, {
"css": [ "skin/board.css" ],
"include_globs": [ "https://board.??.ogame.gameforge.com/*" ],
"matches": [ "https://*.ogame.gameforge.com/*" ],
"run_at": "document_start"
} ],
"default_locale": "en",
"description": "__MSG_appDesc__",
"icons": {
"128": "Icon-128.png",
"16": "Icon-16.png",
"48": "Icon-48.png"
},
"manifest_version": 2,
"minimum_chrome_version": "32",
"name": "AntiGameReloaded",
"permissions": [ "unlimitedStorage", "storage", "tabs", "https://*/*" ],
"short_name": "AGR",
"version": "0.9.7",
"web_accessible_resources": [ "js/*.js", "skin/*", "loca/*.json" ],
"applications": {
"gecko": {
"id": "{2f155f65-db33-433f-8c6c-6f8e922e8b3c}",
"update_url": "https://raw.githubusercontent.com/ouraios/AntigameReloaded/master/updates.json"
}
}
}