Web Clipper

Web Clipper

Save your favorite parts of the internet using this handy web clipper!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Web Clipper",
  "description": "Save your favorite parts of the internet using this handy web clipper!",
  "version": "1.0.4",
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Open the popup"
  },
  "background": {
    "scripts": [
      "app/background.js"
    ]
  },
  "icons": {
    "16": "logo.png",
    "48": "logo.png",
    "128": "logo.png"
  },
  "content_security_policy": "script-src 'self' 'sha256-31wM8eF+W2EIVBBtylCWWu4oRMtgZN1NAG5wAtANfWE='; object-src 'self'",
  "permissions": [
    "activeTab",
    "contextMenus",
    "storage"
  ]
}