Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Clipped \u2013 Smart Clipboard & Text Snippets",
"version": "0.2.7",
"description": "Save snippets from meetings and chats. Automatically extract emails, links, and phone numbers. Search and quick-copy anytime.",
"permissions": [
"storage",
"contextMenus"
],
"background": {
"service_worker": "service_worker.js"
},
"action": {
"default_title": "Clipped",
"default_popup": "popup.html",
"default_icon": {
"16": "icon16+.png",
"48": "icon48+.png",
"128": "icon128+.png"
}
},
"icons": {
"16": "icon16+.png",
"48": "icon48+.png",
"128": "icon128+.png"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+Shift+S",
"mac": "Command+Shift+S"
},
"description": "Open Clipped"
}
},
"short_name": "Clipped"
}