Pop-up Notes

Pop-up Notes

Simple and easy quick notes.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Pop-up Notes",
  "options_page": "options.html",
  "description": "Simple and easy quick notes.",
  "icons": {
    "16": "images/notes-16x16.png",
    "48": "images/notes-48x48.png",
    "128": "images/notes-128x128.png"
  },
  "version": "1.0",
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_icon": "images/icon.png",
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}