forked from acgotaku/115
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
28 lines (28 loc) · 729 Bytes
/
Copy pathmanifest.json
File metadata and controls
28 lines (28 loc) · 729 Bytes
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
{
"background": {
"scripts": [ "background.js" ],
"persistent": false
},
"content_scripts": [ {
"js": ["js/start.js" ],
"matches": ["*://*.115.com/*"],
"run_at": "document_end"
}, {
"css": [ "css/style.css" ],
"all_frames": true,
"matches": ["*://*.115.com/*"]
} ],
"default_locale": "en",
"description": "__MSG_description__",
"icons": {
"32": "img/logo32.png",
"16": "img/logo16.png",
"48": "img/logo48.png",
"128": "img/logo128.png"
},
"web_accessible_resources": [ "js/115.js" ],
"manifest_version": 2,
"permissions": [ "cookies", "storage", "tabs", "*://*.115.com/*"],
"name": "__MSG_appName__",
"version": "0.3.2"
}