Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "3.0.0",
"name": "h264ify (V3)",
"description": "__MSG_extensionDescription__",
"default_locale": "en",
"action": {
"default_icon": {
"32": "icon\/32.png",
"48": "icon\/48.png",
"128": "icon\/128.png"
},
"default_popup": "options.html",
"default_title": "h264ify (V3)"
},
"icons": {
"16": "icon\/16.png",
"19": "icon\/19.png",
"32": "icon\/32.png",
"38": "icon\/38.png",
"48": "icon\/48.png",
"128": "icon\/128.png"
},
"background": {
"service_worker": "src\/background.js",
"type": "module"
},
"host_permissions": [
"<all_urls>"
],
"permissions": [
"activeTab",
"scripting",
"storage"
]
}