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": "8.3.5",
"name": "__MSG_appName__",
"default_locale": "en_US",
"description": "__MSG_appDesc__",
"background": {
"service_worker": "bg.js"
},
"action": {
"default_title": "__MSG_appName__",
"default_icon": {
"128": "128.png"
}
},
"icons": {
"128": "128.png"
}
}