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_app_name_clean__",
"description": "__MSG_app_description_clean__",
"version": "1.1.1",
"default_locale": "en",
"background": {
"service_worker": "background.js",
"type": "module"
},
"permissions": [
"bookmarks",
"history",
"storage"
],
"action": {
"default_title": "__MSG_Detect_errors__"
},
"icons": {
"32": "images\/icon-clean-32.png",
"64": "images\/icon-clean-64.png",
"128": "images\/icon-clean-128.png",
"256": "images\/icon-clean-256.png"
}
}