Copy Clipper

Copy Clipper

Make notes easily with copy 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": "__MSG_name__",
  "permissions": [
    "tabs",
    "contextMenus"
  ],
  "short_name": "__MSG_short_name__",
  "version": "1.0",
  "background": {
    "scripts": [
      "context.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/i19.png",
    "default_popup": "popup/popup.html",
    "default_title": "__MSG_name__"
  },
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "16": "img/i16.png",
    "48": "img/i48.png",
    "128": "img/i128.png"
  },
  "web_accessible_resources": [
    "*.png"
  ]
}