-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
executable file
·35 lines (35 loc) · 1022 Bytes
/
Copy pathmanifest.json
File metadata and controls
executable file
·35 lines (35 loc) · 1022 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
29
30
31
32
33
34
35
{
"background": {
"scripts": ["src/background.js"]
},
"content_scripts": [
{
"js": [
"lib/jq/jquery-2.1.1.min.js",
"src/main.js"
],
"matches": [
"http://*/*",
"https://*/*"
]
}
],
"browser_action": {
"default_icon": "img/icon-off.png"
},
"description": "This little plug-in here lets you keep all your Facebook friends who don’t understand your weird wish to wait until the very end of the season to binge-watch Friends of Thrones in a chair made of swords with 68 bags of Cheetos, like it was meant to be watched.",
"manifest_version": 2,
"name": "Friends of Thrones",
"short_name": "FoT",
"version": "1.2",
"permissions": [
"storage",
"tabs",
"contextMenus",
"webRequest",
"<all_urls>"
],
"icons": {
"128": "img/icon-128.png"
}
}