Snipify

Snipify

Save, Share & Discover the best bits of the web with Snipify

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Snipify",
  "description": "Save, Share & Discover the best bits of the web with Snipify",
  "version": "1.2.1",
  "homepage_url": "https://snipify.com/",
  "icons": {
    "24": "icons/48.png",
    "48": "icons/96.png",
    "128": "icons/256.png"
  },
  "browser_action": {
    "default_icon": "icons/96.png",
    "default_title": "Snipify",
    "default_popup": "Snipify.html"
  },
  "permissions": [
    "tabs",
    "cookies",
    "notifications",
    "contextMenus",
    "*://snipify.com/*"
  ],
  "background": {
    "scripts": [
      "Snipify-Background.js"
    ]
  }
}