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_extension_oc_name__",
"author": "https:\/\/www.converthelper.net",
"description": "__MSG_extension_oc_description__",
"version": "1.1",
"default_locale": "en",
"action": {
"default_popup": "popup.html",
"default_icon": "images\/icon32.png"
},
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.ico",
"64": "images\/icon192.png"
},
"background": {
"service_worker": "background.js"
}
}