This repository has been archived by the owner on Dec 6, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
55 lines (55 loc) · 1.49 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"manifest_version": 2,
"name": "__MSG_name__",
"short_name": "TOtL",
"version": "3.2.0.8",
"description": "__MSG_description__",
"author": "Stefan vd",
"homepage_url": "https://www.turnoffthelights.com",
"icons": { "16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"default_locale": "en",
"page_action": {
"default_title": "__MSG_pageatitle__",
"default_icon": {
"19": "icons/icon1.png",
"38": "icons/icon38.png"
}
},
"background": {
"page": "background.html",
"persistent": false
},
"content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://platform.twitter.com https://apis.google.com; img-src *; object-src 'self'",
"web_accessible_resources": [
"images/minimize_on.png",
"images/minimize.png",
"icons/icon16.png",
"icons/icon16@2x.png",
"js/injected.js",
"images/theater.jpg",
"images/Smoke10.png"
],
"content_scripts": [
{
"matches": ["http://*/*", "https://*/*"],
"css" : ["css/light.css"],
"js": ["js/content.js"],
"run_at": "document_end"
}
],
"commands": {
"_execute_page_action": {
"suggested_key": {
"default": "Ctrl+Shift+L",
"mac": "MacCtrl+Shift+L"
}
}
},
"options_page": "options.html",
"minimum_chrome_version": "33",
"permissions": [ "contextMenus", "notifications", "tabs", "storage", "<all_urls>" ]
}