-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
18 lines (18 loc) · 1.57 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"content_scripts": [ {
"css": [ "ogext.css" ],
"js": [ "ogextdict.js", "ogext.js", "ogenews.js" ],
"matches": [ "http://*.ogame.com.ar/game/*", "http://*.ogame.com.br/game/*", "http://*.ogame.com.hr/game/*", "http://*.ogame.cz/game/*", "http://*.ogame.dk/game/*", "http://*.fi.ogame.org/game/*", "http://*.ogame.fr/game/*", "http://*.ogame.de/game/*", "http://*.ogame.gr/game/*", "http://*.ogame.hu/game/*", "http://*.ogame.it/game/*", "http://*.ogame.jp/game/*", "http://*.mx.ogame.org/game/*", "http://*.ogame.nl/game/*", "http://*.ogame.no/game/*", "http://*.ogame.pl/game/*", "http://*.ogame.com.pt/game/*", "http://*.ogame.ro/game/*", "http://*.ogame.ru/game/*", "http://*.ogame.sk/game/*", "http://*.ogame.si/game/*", "http://*.ogame.com.es/game/*", "http://*.ogame.se/game/*", "http://*.ogame.tw/game/*", "http://*.tr.ogame.org/game/*", "http://*.ae.ogame.org/game/*", "http://*.ogame.org/game/*", "http://*.ogame.us/game/*" ]
} ],
"description": "Are you looking for a free planet to settle a new colony ?",
"icons": {
"128": "ressources/icon128.png"
},
//"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDWQxsrrmdpWs5o27e05FFmblcnvX7vbpgCHjAbfFX/gUmMS6mt+yF6G1VQuwEEAHgLwWS0E0IPqpkQ83qq1a8HaHk5yPBAoUVTnwu3lOneH8wElZuKawHTGxhM9yc+NjU5BIDIPtN52pdQL8z4WcC6j8hpxfmS21UhJqQ0FHlZ2QIDAQAB",
"manifest_version": 2,
"name": "OGame Free Planet Finder Extension",
"permissions": [ "http://oge.i4app.com/*" ],
"update_url": "http://clients2.google.com/service/update2/crx",
"version": "0.3.1",
"web_accessible_resources": [ "*" ]
}