Private Message

Private Message

Private Message allows you to share notes and messages with end-to-end encryption and a link that expires automatically.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Private Message",
  "short_name": "Private Message",
  "description": "Private Message allows you to share notes and messages with end-to-end encryption and a link that expires automatically.",
  "version": "2.0",
  "permissions": [
    "https://safenote.co/*",
    "notifications"
  ],
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "images/icon16.png",
      "32": "images/icon32.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    },
    "default_title": "Private Message",
    "default_popup": "popup.html"
  }
}