Safenotes

Safenotes

Extension for taking notes and storing them safely in the cloud. Notes will be encrypted with the password of your choice.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "homepage_url": "http://localhost:8080/",
  "title": "__MSG_extName__",
  "description": "Extension for taking notes and storing them safely in the cloud. Notes will be encrypted with the password of your choice.",
  "default_locale": "en",
  "permissions": [],
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "__MSG_extName__",
    "default_icon": {
      "16": "icons/16.png",
      "32": "icons/32.png"
    }
  },
  "version": "0.1.3",
  "content_security_policy": "script-src 'self' ; object-src 'self'"
}