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",
"version": "0.1",
"manifest_version": 3,
"offline_enabled": true,
"name": "Converter Video",
"short_name": "converter-video",
"permissions": [
"storage",
"contextMenus"
],
"homepage_url": "https:\/\/worldaddons.com\/converter-video\/",
"description": "Convert any video file to one of several supported formats (for example, mp4) from your browser!",
"commands": {
"_execute_action": []
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Converter Video",
"default_icon": {
"16": "source\/icons\/16.png",
"32": "source\/icons\/32.png",
"48": "source\/icons\/48.png",
"64": "source\/icons\/64.png"
}
},
"icons": {
"16": "source\/icons\/16.png",
"32": "source\/icons\/32.png",
"48": "source\/icons\/48.png",
"64": "source\/icons\/64.png",
"128": "source\/icons\/128.png"
}
}