Browser extension to watch YouTube videos without the distracting cruft around it, in the full window.
Browse Source

Add extension icon

tags/v1.0
Gerben 7 years ago
parent
commit
e62c9e8827
5 changed files with 6 additions and 0 deletions
  1. BIN
      img/icon19.png
  2. BIN
      img/icon38.png
  3. BIN
      img/icon48.png
  4. BIN
      img/icon96.png
  5. +6
    -0
      manifest.json

BIN
img/icon19.png View File

Before After
Width: 19  |  Height: 19  |  Size: 564 B

BIN
img/icon38.png View File

Before After
Width: 38  |  Height: 38  |  Size: 988 B

BIN
img/icon48.png View File

Before After
Width: 48  |  Height: 48  |  Size: 1.2 KiB

BIN
img/icon96.png View File

Before After
Width: 96  |  Height: 96  |  Size: 2.3 KiB

+ 6
- 0
manifest.json View File

@@ -9,6 +9,12 @@
"webRequest",
"webRequestBlocking"
],
"icons": {
"19": "img/icon19.png",
"38": "img/icon38.png",
"48": "img/icon48.png",
"96": "img/icon96.png"
},
"applications": {
"gecko": {"id": "youtubecinema@youtubecinema"}
},


Loading…
Cancel
Save