Clipper - Notepad

Clipper - Notepad

A share and noting application. Take notes by selecting or writing! Make your notepad as your size. All in one place

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Clipper - Notepad",
  "description": "A share and noting application. Take notes by selecting or writing! Make your notepad as your size. All in one place",
  "version": "1.0",
  "offline_enabled": true,
  "icons": {
    "19": "imgs/notepad-icon-12.png",
    "48": "imgs/notepad-icon-12.png",
    "128": "imgs/notepad-icon-12.png"
  },
  "browser_action": {
    "default_icon": "imgs/notepad-icon-12.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "jquery.min.js",
      "popup.js"
    ]
  },
  "permissions": [
    "activeTab",
    "storage",
    "contextMenus"
  ]
}