forked from snytkine/staying_alive
-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.json
22 lines (22 loc) · 941 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
{
"background": {
"scripts": [ "js/jquery.min.js", "js/crypto_sha1.js", "js/lib.js", "js/bg.js" ]
},
"browser_action": {
"default_icon": "img/icon_reload_19.png",
"default_popup": "popup.html"
},
"options_page": "settings.html",
"name": "Staying Alive for Google Chrome™",
"description": "Never Get Logged Out of any website due to idling!",
"icons": {
"16": "img/16/icon_timed_reload_16.png",
"48": "img/48/icon_timed_reload_48.png",
"128": "img/128/icon_timed_reload_128.png"
},
"web_accessible_resources": ["beep.wav"],
"content_security_policy": "script-src 'self' https://platform.twitter.com https://connect.facebook.net; object-src 'self'",
"manifest_version": 2,
"permissions": [ "tabs", "activeTab", "background", "cookies", "webRequest", "storage", "power", "webRequestBlocking", "\u003Call_urls\u003E" ],
"version": "1.6"
}