2018-12-30 23:16:09 +01:00
|
|
|
{
|
2023-07-10 22:00:53 +02:00
|
|
|
"manifest_version": 3,
|
2018-12-30 23:16:09 +01:00
|
|
|
"name": "Ultrawidify",
|
2019-06-14 21:56:40 +02:00
|
|
|
"description": "Removes black bars on ultrawide videos and offers advanced options to fix aspect ratio.",
|
2025-01-27 02:59:54 +01:00
|
|
|
"version": "6.2.4",
|
2018-12-30 23:16:09 +01:00
|
|
|
"icons": {
|
|
|
|
"32":"res/icons/uw-32.png",
|
|
|
|
"64":"res/icons/uw-64.png"
|
|
|
|
},
|
2023-07-10 22:00:53 +02:00
|
|
|
"action": {
|
2018-12-30 23:16:09 +01:00
|
|
|
"default_title": "Ultrawidify",
|
2023-09-10 22:06:16 +02:00
|
|
|
"default_popup": "csui/csui-popup.html"
|
2018-12-30 23:16:09 +01:00
|
|
|
},
|
|
|
|
|
2023-07-10 22:00:53 +02:00
|
|
|
|
2018-12-30 23:16:09 +01:00
|
|
|
"content_scripts": [{
|
|
|
|
"matches": ["*://*/*"],
|
2021-07-05 01:02:21 +02:00
|
|
|
"js": [
|
2020-12-05 04:12:37 +01:00
|
|
|
"common/lib/browser-polyfill.js",
|
|
|
|
"ext/uw.js"
|
2020-02-01 17:48:49 +01:00
|
|
|
],
|
2018-12-30 23:16:09 +01:00
|
|
|
"all_frames": true
|
|
|
|
}],
|
|
|
|
|
2023-07-10 22:00:53 +02:00
|
|
|
"minimum_chrome_version": "93",
|
2018-12-30 23:16:09 +01:00
|
|
|
"background": {
|
2023-07-10 22:00:53 +02:00
|
|
|
"service_worker": "uw-bg.js",
|
|
|
|
"module": true,
|
2018-12-30 23:16:09 +01:00
|
|
|
"scripts": [
|
2023-07-10 22:00:53 +02:00
|
|
|
"uw-bg.js"
|
2018-12-30 23:16:09 +01:00
|
|
|
]
|
|
|
|
},
|
2021-07-05 01:02:21 +02:00
|
|
|
|
2018-12-30 23:16:09 +01:00
|
|
|
"web_accessible_resources": [
|
2023-07-10 22:00:53 +02:00
|
|
|
{
|
|
|
|
"resources": [
|
|
|
|
"./*",
|
|
|
|
"ext/*",
|
|
|
|
"res/fonts/*",
|
|
|
|
"res/css/*",
|
|
|
|
"res/img/settings/about-bg.png",
|
|
|
|
"res/icons/*",
|
|
|
|
"res/img/*",
|
|
|
|
"csui/*"
|
|
|
|
],
|
|
|
|
"matches": [
|
|
|
|
"*://*/*"
|
|
|
|
]
|
|
|
|
}
|
2018-12-30 23:16:09 +01:00
|
|
|
],
|
|
|
|
"permissions": [
|
2020-02-14 20:29:38 +01:00
|
|
|
"storage",
|
2023-07-10 22:00:53 +02:00
|
|
|
"scripting"
|
|
|
|
],
|
|
|
|
"host_permissions": [
|
|
|
|
"*://*/*"
|
2019-07-15 22:54:41 +02:00
|
|
|
],
|
|
|
|
"optional_permissions": [
|
2018-12-30 23:16:09 +01:00
|
|
|
]
|
|
|
|
}
|