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_namechrome__",
"description": "__MSG_description__",
"version": "0.0.23",
"homepage_url": "https:\/\/inboxes.app",
"default_locale": "en",
"icons": {
"128": "assets\/128-128.png"
},
"action": {
"default_icon": "assets\/128-128.png",
"default_popup": "popup.html"
},
"permissions": [
"storage",
"clipboardWrite",
"alarms"
],
"host_permissions": [
"https:\/\/api.inboxes.app\/*"
],
"background": {
"service_worker": "background.js"
},
"optional_permissions": [
"scripting",
"activeTab"
],
"optional_host_permissions": [
"<all_urls>"
]
}