gerben
/
youtubecinema
Browser extension to watch YouTube videos without the distracting cruft around it, in the full window.
Code
Issues
0
Pull Requests
0
Releases
4
Activity
Browse Source
Add 128px icon.
tags/v1.1.1
Gerben
7 years ago
parent
b7562ac72d
commit
1849e00e13
2 changed files
with
4 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
BIN
extension/img/icon128.png
+4
-2
extension/manifest.json
BIN
extension/img/icon128.png
View File
Before
After
Width:
128
| Height:
128
| Size:
3.1 KiB
+ 4
- 2
extension/manifest.json
View File
@@ -10,7 +10,8 @@
"19": "img/icon19.png",
"19": "img/icon19.png",
"38": "img/icon38.png",
"38": "img/icon38.png",
"48": "img/icon48.png",
"48": "img/icon48.png",
"96": "img/icon96.png"
"96": "img/icon96.png",
"128": "img/icon128.png"
}
}
},
},
"permissions": [
"permissions": [
@@ -24,7 +25,8 @@
"19": "img/icon19.png",
"19": "img/icon19.png",
"38": "img/icon38.png",
"38": "img/icon38.png",
"48": "img/icon48.png",
"48": "img/icon48.png",
"96": "img/icon96.png"
"96": "img/icon96.png",
"128": "img/icon128.png"
},
},
"applications": {
"applications": {
"gecko": {"id": "youtubecinema@youtubecinema"}
"gecko": {"id": "youtubecinema@youtubecinema"}
Write
Preview
Loading…
Cancel
Save