Push Protocol (Alpha)

Push Protocol (Alpha)

Receive Notifications from Web3.0. Introducing Push (Previously EPNS) - The Missing Piece of Web3.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Push Protocol (Alpha)",
  "description": "Receive Notifications from Web3.0.\n\nIntroducing Push (Previously EPNS) - The Missing Piece of Web3.",
  "version": "0.3.0",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Push Protocol",
    "default_icon": {
      "16": "/images/get_started16.png",
      "32": "/images/get_started32.png",
      "48": "/images/get_started48.png",
      "128": "/images/get_started128.png"
    }
  },
  "icons": {
    "16": "/images/get_started16.png",
    "32": "/images/get_started32.png",
    "48": "/images/get_started48.png",
    "128": "/images/get_started128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_security_policy": "script-src 'self' 'sha256-G3Kz1I8/7XpFKsnzcqwUW6tETCcESP3q0yJbcK+IXDg=' https://www.gstatic.com/ https://*.firebaseio.com https://www.googleapis.com; object-src 'self'",
  "permissions": [
    "background",
    "storage",
    "notifications"
  ]
}