-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
30 lines (30 loc) · 954 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
30
{
"background": {
"scripts": [ "files/alasql/alasql.min.js","files/howler.js/howler.core.js","tire.js","background.js" ]
},
"browser_action": {
"default_icon": {
"19": "images/19_logo.png",
"38": "images/38_logo.png"
},
"default_popup": "popup.html",
"default_title": "The Incredible Radio Extension"
},
"description": "Easily listen to your favourite radio station.",
"homepage_url": "http://kandru.de",
"icons": {
"128": "images/129_logo.png"
},
"manifest_version": 2,
"name": "The Incredible Radio Extension",
"options_page": "options.html",
"permissions": [ "background", "tabs", "notifications", "http://*/", "https://*/" ],
"version": "1.0.1",
"web_accessible_resources": [ "images/*" ],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"applications": {
"gecko": {
"id": "tire@kandru"
}
}
}