forked from mindon/ingress-portals-finder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
29 lines (29 loc) · 798 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
{
"name": "Ingress Portals Finder"
,"description": "Find Local Portals of The Game - Ingress"
,"version": "1.3.12"
,"browser_action": {
"default_title": "Find Ingress Portals Around",
"default_icon": "20.png"
}
,"icons": { "128": "128.png", "48": "48.png", "16": "20.png" }
,"background": {
"page": "air.html"
}
,"content_scripts": [
{
"matches": ["http://www.ingress.com/*"]
,"js": ["ingr.js"]
,"run_at": "document_start"
}
]
,"sandbox": {
"pages": ["tmpl.html", "map.html", "all.html"]
}
,"permissions": [
"http://www.ingress.com/*", "https://www.ingress.com/*"
]
,"homepage_url": "http://mindon.github.com/"
,"manifest_version": 2
,"update_url": "https://raw.github.com/mindon/ingress-portals-finder/master/build/ingr-updates.xml"
}