Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_AppName__",
"description": "__MSG_AppDescription__",
"default_locale": "en",
"author": "Curly Doggo Limited",
"homepage_url": "https:\/\/ultrawidevideo.com\/",
"version": "2.0.2",
"icons": {
"128": "images\/icon.png"
},
"permissions": [
"storage"
],
"host_permissions": [
"*:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"UltraWide.bundle.js"
],
"all_frames": true
}
],
"background": {
"service_worker": "background.bundle.js"
},
"commands": {
"mode_off": {
"description": "__MSG_CommandOffMode__"
},
"mode_zoom": {
"description": "__MSG_CommandZoomMode__"
},
"mode_stretch": {
"description": "__MSG_CommandStretchMode__"
},
"+": {
"description": "__MSG_CommandIncreaseZoom__",
"suggested_key": {
"default": "Ctrl+Up",
"mac": "Command+Shift+Up"
}
},
"-": {
"description": "__MSG_CommandDecreaseZoom__",
"suggested_key": {
"default": "Ctrl+Down",
"mac": "Command+Shift+Down"
}
},
"16:9": {
"description": "__MSG_CommandAspect169__"
},
"18:9": {
"description": "__MSG_CommandAspect189__"
},
"21:9": {
"description": "__MSG_CommandAspect219__"
},
"32:9": {
"description": "__MSG_CommandAspect329__"
}
},
"action": {
"default_icon": {
"128": "images\/icon.png"
},
"default_title": "__MSG_AppName__",
"default_popup": "popup.html"
}
}