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",
"name": "__MSG_extensionName__",
"version": "1",
"author": "Piphover",
"description": "__MSG_description__",
"homepage_url": "https:\/\/piphover.com\/home",
"manifest_version": 3,
"permissions": [
"activeTab",
"scripting"
],
"background": {
"service_worker": "js\/background.js"
},
"icons": {
"32": "img\/icon_x32.png",
"48": "img\/icon_x48.png",
"128": "img\/icon_x128.png"
},
"action": {
"default_icon": {
"32": "img\/icon_x32.png",
"48": "img\/icon_x48.png",
"128": "img\/icon_x128.png"
},
"default_title": "__MSG_toggleMode__"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Period"
},
"description": "__MSG_toggleMode__"
}
},
"default_locale": "en"
}