-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
33 lines (33 loc) · 769 Bytes
/
Copy pathmanifest.json
File metadata and controls
33 lines (33 loc) · 769 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
{
"manifest_version": 2,
"name": "TubeSnake",
"version": "1.0.2",
"description": "Snake never had to leave YouTube",
"homepage_url": "https://n0vella.github.io",
"icons": {
"512": "icon.png"
},
"permissions": [
"activeTab"
],
"content_scripts": [
{
"matches": [
"https://www.youtube.com/*",
"https://www.youtube-nocookie.com/*"
],
"js": [
"dist/index.js"
],
"css": [
"dist/tubesnake.css"
],
"all_frames": true
}
],
"browser_specific_settings": {
"gecko": {
"id": "{792c6cee-e45d-4f5b-8584-e4ce5993d3c8}"
}
}
}