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:
parent
90a96945c1
commit
3cd987a3ee
Binary file not shown.
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user