Keep+

Keep+

Notes taking application.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Keep+",
  "version": "1.0",
  "description": "Notes taking application.",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "default_language": "en",
  "browser_action": {},
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "web_accessible_resources": [
    "/index.html",
    "keep-plus.htm"
  ],
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}