Save to GrabDuck

Save to GrabDuck

Saves webpage opened in browser as a bookmark in your GrabDuck account.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Save to GrabDuck",
  "manifest_version": 2,
  "description": "__MSG_appDesc__",
  "homepage_url": "https://grabduck.com",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "browser_action": {
    "default_icon": "icons/icon32.png",
    "default_title": "Save to GrabDuck!",
    "default_popup": "index.html"
  },
  "permissions": [
    "tabs",
    "notifications",
    "alarms",
    "cookies",
    "<all_urls>"
  ],
  "background": {
    "persistent": false,
    "scripts": [
      "axios.min.js",
      "background.js"
    ]
  },
  "version": "1.36"
}