manifest.json now contains update URL (lets hope this version of the extension will be able to update itself). uw.js now contains half-finished code for adding buttons to the yt player (disabled for this commit)

This commit is contained in:
Tamius Han 2016-10-20 23:36:52 +02:00
parent 90a96945c1
commit 3cd987a3ee
2 changed files with 6 additions and 6 deletions

Binary file not shown.

View File

@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Ultrawidify",
"version": "0.9.6",
"version": "0.9.7",
"description": "Aspect ratio fixer for youtube that works around some people's disability to properly encode 21:9 (and sometimes, 16:9) videos.",
@ -20,11 +20,11 @@
],
"web_accessible_resources": [
"img/zoom.png",
"img/uzoom.png",
"img/fitw.png",
"img/fith.png",
"img/reset.png"
"img/ytplayer-icons/zoom.png",
"img/ytplayer-icons/uzoom.png",
"img/ytplayer-icons/fitw.png",
"img/ytplayer-icons/fith.png",
"img/ytplayer-icons/reset.png"
],
"applications": {
"gecko": {