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": "Save to Sheets in 1-Click by FindMyICP",
"version": "1.2",
"description": "Save pages to YOUR Google Sheet with one click. No login, no tracking, completely private. Your data stays yours.",
"permissions": [
"activeTab",
"storage"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"background": {
"service_worker": "background.js"
},
"commands": {
"save-current-page": {
"suggested_key": {
"default": "Alt+S",
"mac": "MacCtrl+S"
},
"description": "Quick save current page"
},
"save-with-tags": {
"suggested_key": {
"default": "Alt+Shift+S",
"mac": "MacCtrl+Shift+S"
},
"description": "Save with tags and notes"
},
"open-sheet": {
"suggested_key": {
"default": "Alt+O",
"mac": "MacCtrl+O"
},
"description": "Open your Google Sheet"
},
"_execute_action": {
"suggested_key": {
"default": "Alt+U",
"mac": "MacCtrl+U"
},
"description": "Open Save Later popup"
}
},
"options_page": "options.html",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
}