Paragon Wallet

Paragon Wallet

Paragon is a browser extension wallet that makes it safe & easy for you to store, send and receive NOVO.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "version": "1.1.0",
  "default_locale": "en",
  "description": "__MSG_appDescription__",
  "icons": {
    "16": "/images/[email protected]",
    "32": "/images/[email protected]",
    "48": "/images/[email protected]",
    "128": "/images/[email protected]"
  },
  "browser_action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "/images/[email protected]",
      "32": "/images/[email protected]",
      "48": "/images/[email protected]",
      "128": "/images/[email protected]"
    },
    "default_title": "__MSG_appName__"
  },
  "author": "https://paragon.li",
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "homepage_url": "https://paragon.li",
  "permissions": [
    "storage",
    "unlimitedStorage",
    "activeTab",
    "notifications"
  ],
  "short_name": "__MSG_appName__",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "pageProvider.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{58e03389-1ef3-405a-a2b7-73cd626a220a}"
    }
  }
}