Add to wishlist — GIFTSME

Add to wishlist — GIFTSME

Add any web page to your wishlist on gogifts.me

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "1.0.5",
  "description": "__MSG_appDesc__",
  "author": "Roman Linev",
  "homepage_url": "https://gogifts.me",
  "manifest_version": 2,
  "permissions": [
    "tabs",
    "contextMenus"
  ],
  "default_locale": "en",
  "background": {
    "persistent": false,
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "/icons/icon_16.png",
    "default_title": "__MSG_appName__"
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "commands": {
    "keyblock": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y",
        "mac": "Command+Shift+Y",
        "linux": "Ctrl+Shift+U"
      },
      "description": "Add to wishlist"
    }
  },
  "icons": {
    "16": "/icons/icon_16.png",
    "32": "/icons/icon_32.png",
    "48": "/icons/icon_48.png",
    "128": "/icons/icon_128.png"
  }
}