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",
"name": "__MSG_appName__",
"version": "0.0.1",
"manifest_version": 3,
"description": "__MSG_appDesc__",
"homepage_url": "https:\/\/loilo.de",
"icons": {
"16": "icons\/icon16.png",
"19": "icons\/icon19.png",
"128": "icons\/icon128.png",
"256": "icons\/icon256.png"
},
"default_locale": "en",
"background": {
"service_worker": "background.mjs"
},
"permissions": [
"tabGroups"
]
}