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": "Workflowy Web Clipper",
"version": "1.8.8",
"background": {
"service_worker": "scripts\/background.js"
},
"permissions": [
"activeTab",
"scripting",
"commands"
],
"host_permissions": [
"http:\/\/workflowy.com\/",
"https:\/\/workflowy.com\/"
],
"commands": {
"clip-here": {
"suggested_key": {
"windows": "Ctrl+Shift+S",
"mac": "Command+Shift+S",
"chromeos": "Ctrl+Shift+S",
"linux": "Ctrl+Shift+S"
},
"description": "Clip the current page here"
},
"_execute_action": {
"suggested_key": {
"windows": "Ctrl+Shift+Y",
"mac": "Command+Shift+Y",
"chromeos": "Ctrl+Shift+Y",
"linux": "Ctrl+Shift+Y"
}
}
},
"icons": {
"16": "media\/i\/icon-16.png",
"48": "media\/i\/icon-48.png",
"128": "media\/i\/icon-128.png"
},
"action": {
"default_icon": "media\/i\/icon-152x152.png",
"default_popup": "index.html?chrome_extension=true",
"default_title": "Workflowy web clipper"
}
}