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": "Chrome Notes",
"description": "A simple notepad extension for Google Chrome",
"version": "1.5.4",
"action": {
"default_icon": "img\/128_icon.png",
"default_popup": "index.html",
"default_title": "Click to start typing... (Ctrl\/Cmd+Shift+X)"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+X",
"mac": "Command+Shift+X"
}
}
},
"background": {
"service_worker": "js\/background.js"
},
"permissions": [
"clipboardWrite",
"clipboardRead",
"downloads",
"contextMenus"
],
"icons": {
"16": "img\/16_icon.png",
"48": "img\/48_icon.png",
"128": "img\/128_icon.png"
}
}