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_extname__",
"description": "__MSG_extdesc__",
"default_locale": "en",
"version": "7.7",
"icons": {
"16": "icons\/logo-16.png",
"32": "icons\/logo-32.png",
"48": "icons\/logo-48.png",
"96": "icons\/logo-96.png",
"128": "icons\/logo-128.png"
},
"action": {
"default_title": "ZetaMarker",
"default_icon": {
"16": "icons\/logo-16.png",
"32": "icons\/logo-32.png",
"48": "icons\/logo-48.png",
"96": "icons\/logo-96.png",
"128": "icons\/logo-128.png"
}
},
"options_ui": {
"open_in_tab": true,
"page": "p.html"
},
"commands": {
"iJ": {
"suggested_key": {
"default": "Ctrl+Shift+K",
"mac": "Command+Shift+K"
},
"description": "__MSG_activate_shortcut__"
}
},
"web_accessible_resources": [
{
"resources": [
"icons\/*",
"viewer\/*"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"*:\/\/*\/*",
"file:\/\/\/*"
]
}
],
"background": {
"service_worker": "w.js",
"type": "module"
},
"permissions": [
"storage",
"activeTab",
"scripting",
"identity"
],
"host_permissions": [
"file:\/\/\/*"
],
"externally_connectable": {
"ids": [
"efmpofoemibeochefpdgajaaoliaehji"
]
}
}