-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
59 lines (59 loc) · 1.51 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
56
57
58
59
{
"background": {
"scripts": ["extractors.js", "background.js"]
},
"browser_action": {
"browser_style": false,
"default_popup": "browser_action.html"
},
"icons": {
"48": "RokuLogo5.svg",
"96": "RokuLogo5.svg"
},
"page_action": {
"default_icon": "RokuLogo5.svg",
"default_title": "Play this on your Roku",
"show_matches": [
"*://*.netflix.com/*",
"*://*.amazon.com/Amazon-Video/*",
"*://*.amazon.com/gp/video/detail/*",
"*://*.pandora.com/*",
"*://*.youtube.com/*",
"*://*.funimation.com/*",
"*://*.hulu.com/*",
"*://*.crunchyroll.com/*",
"*://*.plex.tv/*",
"*://*.vudu.com/*",
"*://*.hbomax.com/*",
"*://*.vrv.co/*",
"*://*.disneyplus.com/*",
"*://*.twitch.tv/*",
"*://*.peacocktv.com/*"
]
},
"manifest_version": 2,
"name": "Roku Button",
"permissions": [
"*://*.amazon.com/*",
"*://*.aiv-cdn.net/*",
"storage",
"activeTab",
"tabs",
"webRequest",
"bookmarks",
"menus"
],
"optional_permissions": [
"<all_urls>"
],
"options_ui": {
"browser_style": false,
"page": "options.html"
},
"version": "0.1.6",
"browser_specific_settings": {
"gecko": {
"id": "{56963743-8b9f-469d-9c6a-f7dc478b20f2}"
}
}
}