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,
"default_locale": "en",
"name": "__MSG_appName__",
"author": "wishbob.com",
"version": "1.0.6",
"short_name": "Wishbob",
"description": "__MSG_appDesc__",
"homepage_url": "https:\/\/www.wishbob.com",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png",
"192": "icon192.png",
"256": "icon256.png"
},
"action": [],
"background": {
"service_worker": "wishbob.js"
},
"permissions": [
"activeTab"
]
}