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",
"version": "1.0.0",
"manifest_version": 3,
"default_locale": "en",
"name": "__MSG_appName__",
"description": "__MSG_shortDesc__",
"action": {
"default_icon": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"64": "icons\/64.png",
"96": "icons\/96.png",
"128": "icons\/128.png"
}
},
"permissions": [
"sidePanel"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"side_panel": {
"default_path": "sidePanel.html"
},
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"64": "icons\/64.png",
"96": "icons\/96.png",
"128": "icons\/128.png"
},
"host_permissions": [
"https:\/\/us.i.posthog.com\/*"
]
}