6224e3209c
extension is on AMO
36 lines
864 B
JSON
36 lines
864 B
JSON
{
|
|
|
|
"manifest_version": 2,
|
|
"name": "Ultrawidify-git",
|
|
"version": "0.9.9.5",
|
|
|
|
"icons": {
|
|
"32":"icons/uw-32.png",
|
|
"64":"icons/uw-64.png"
|
|
},
|
|
|
|
"description": "Aspect ratio fixer for youtube that works around some people's disability to properly encode 21:9 (and sometimes, 16:9) videos.",
|
|
|
|
|
|
"content_scripts": [
|
|
{
|
|
"matches": ["*://*.youtube.com/*", "*://youtube.com/*", "*://youtu.be/*"],
|
|
"js": [ "js/jquery-3.1.1.js", "js/uw.js" ],
|
|
"all_frames": true
|
|
}
|
|
],
|
|
|
|
"permissions": [
|
|
"storage", "tabs", "activeTab", "*://*.youtube.com/*", "*://youtube.com/*"
|
|
],
|
|
|
|
"web_accessible_resources": [
|
|
"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",
|
|
"img/ytplayer-icons/settings.png"
|
|
]
|
|
}
|