From 3cd987a3ee34718fd21c6d9ef9af8379e7ff26ae Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Thu, 20 Oct 2016 23:36:52 +0200 Subject: [PATCH] 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) --- .manifest.json.kate-swp | Bin 1128 -> 0 bytes manifest.json | 12 ++++++------ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 .manifest.json.kate-swp diff --git a/.manifest.json.kate-swp b/.manifest.json.kate-swp deleted file mode 100644 index 155d51c494d9da0a9ee7567b22231e24a45b6f20..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1128 zcmY+=OG*Pl6hP7Lng36Wzl?%&jkt#h#$j|Ujr1TGV$gs(b02QPWjJ;yxCXaiUmh=) z9u(AlRUC>cilTE}E$aUGrJDCIC)2uraduu5MYn#KefHj0zHfiNUO)bRZ%*z;gYi{! z(reagv&uK>xK&53I&9U!vW81%t(ldJbSxYT$HIxyS;v{DW8qjh7EYAT2F^4c3&+B- zaH4cJajJAI91F+7iPG7^S^l$yW8qjhQ99c=b-u^Kv2ZM$D4iXgr*teF3&+BV(%Hp1 zO~=Bqa4eiCoes_<9Sg_8v2dbv_Hgdgv2ZLL3nxmai}RR{g=67ZI8i$LIJ0yt91F+7 giPB+KKBr^hSU48DC>?H;gLEt$i=BlLH5?EB0RvoD-2eap diff --git a/manifest.json b/manifest.json index 656b6eb..7eb3f6b 100644 --- a/manifest.json +++ b/manifest.json @@ -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": {