Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"version": "1.0",
"author": "moryconvert",
"default_locale": "en",
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": "128.png"
},
"icons": {
"128": "128.png"
},
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}