Edge Notepad

Edge Notepad

Make notes and sync them. What could be more simple?

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": "Edge Notepad"
  },
  "description": "Make notes and sync them. What could be more simple?",
  "icons": {
    "16": "img/icon16x16.png",
    "48": "img/icon48x48.png",
    "128": "img/icon128x128.png"
  },
  "manifest_version": 2,
  "name": "Edge Notepad",
  "offline_enabled": true,
  "version": "1.5.3",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}