Browser Notepad

Browser Notepad

Make your notes through your browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "img/default_icon.png",
    "default_popup": "notes_view.html",
    "default_title": "Browser Notepad"
  },
  "description": "Make your notes through your browser",
  "icons": {
    "16": "img/icon16x16.png",
    "48": "img/icon48x48.png",
    "128": "img/icon128x128.png"
  },
  "manifest_version": 2,
  "name": "Browser Notepad",
  "offline_enabled": true,
  "version": "2.1",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}