Zebbly - Wishlist by Zebbly.com

Zebbly - Wishlist by Zebbly.com

A free service to save products and ideas.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Zebbly - Wish list by Zebbly.com",
  "description": "A free service to save bookmark and share products.",
  "version": "0.2.0",
  "manifest_version": 2,
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png"
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "scripts/contentscript.js"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "browser_action": {
    "default_icon": {
      "19": "icons/icon-19.png",
      "38": "icons/icon-38.png"
    },
    "default_title": "Zebbly.com",
    "default_popup": "popup.html"
  }
}