Save Link

Save Link

Save Link

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Save Link",
  "name": "Save Link",
  "version": "0.0.0.2",
  "action": {
    "default_popup": "popup.html"
  },
  "author": "Solomon Kinard",
  "default_locale": "en",
  "incognito": "split",
  "manifest_version": 3,
  "permissions": [
    "activeTab",
    "storage"
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Shift+Alt+S"
      }
    }
  },
  "icons": {
    "128": "128.png"
  }
}