Savory

Savory

Save your tabs and links in Savory from your Chrome browser quickly

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Savory",
  "version": "0.12.0",
  "description": "Save your tabs and links in Savory from your Chrome browser quickly",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "action": {
    "default_icon": {
      "16": "icon16.png",
      "32": "icon32.png",
      "48": "icon48.png",
      "128": "icon128.png"
    },
    "default_popup": "popup.html",
    "default_title": "Add to Savory"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+Shift+S",
        "mac": "MacCtrl+S"
      }
    }
  },
  "host_permissions": [
    "https://*.savory.test/",
    "https://*.getsavory.co/"
  ],
  "permissions": [
    "activeTab",
    "cookies"
  ]
}