-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathmanifest.json
25 lines (25 loc) · 951 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
{
"background": { "scripts": ["background.js", "ga.js"] },
"content_security_policy": "script-src 'self' https://ajax.googleapis.com https://linkeddata.github.io https://linkeddata.github.com https://tabulator.org https://w3.scripts.mit.edu https://databox.me https://data.fm https://rww.io https://webizen https://api.webizen.com; object-src 'self'",
"description": "Linked Data Browser",
"icons": {
"128": "rdf_flyer.128-color.png",
"48": "rdf_flyer.48-color.png"
},
"manifest_version": 2,
"name": "Tabulator",
"browser_action": {
"default_icon": "rdf_flyer.128-color.png",
"default_popup": "popup.html",
"default_title": "Linked Data Browser"
},
"permissions": [
"http://*/*",
"https://*/*",
"unlimitedStorage",
"webRequest",
"webRequestBlocking"
],
"version": "0.0.0.2",
"web_accessible_resources": ["skin.html"]
}