-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
36 lines (36 loc) · 1.13 KB
/
Copy pathmanifest.json
File metadata and controls
36 lines (36 loc) · 1.13 KB
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
{
"manifest_version": 2,
"name": "HypeM Plus",
"version": "1.6",
"description": "Improve your experience on the HypeMachine.",
"homepage_url": "http://hypem.com",
"icons": {
"128": "./images/hype.png",
"48": "./images/hype48.jpeg"
},
"permissions": ["tabs",
"tts",
"storage"],
"background" : {
"scripts" : ["background-util.js",
"background.js"]
},
"browser_action": {
"default_icon": "images/hype-ba.png",
"default_title": "HypeMPlus",
"default_popup": "hypemplus-ba.html"
},
"content_scripts": [{
"matches": ["http://hypem.com/*", "https://hypem.com/*"],
"css": ["hypemplus.css"],
"js": ["vendor/jquery-1.7.js",
"hypemplus-util.js",
"hypemplus.js"],
"run_at": "document_end"
}],
"web_accessible_resources": ["images/autoskip-on.png",
"images/autoskip-off.png",
"images/player-autoskip.png",
"images/player-autoskip-hover.png",
"images/hype-ba.png"]
}