Protico | Web3 Chat & Web3 Lobby

Protico | Web3 Chat & Web3 Lobby

A Web3 Chatting Network where you can have universal Web3 Chat & Web3 Lobby to share thoughts on any website and app.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Protico | Web3 Chat & Web3 Lobby",
  "description": "A Web3 Chatting Network where you can have universal Web3 Chat & Web3 Lobby to share thoughts on any website and app.",
  "version": "3.1.6",
  "manifest_version": 3,
  "action": {
    "default_title": "Protico | Web3 Chat & Web3 Lobby"
  },
  "permissions": [
    "tabs",
    "storage",
    "notifications",
    "alarms"
  ],
  "background": {
    "service_worker": "backgroundBundle.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://0.0.0.0:1337/*",
        "http://*/*"
      ],
      "js": [
        "badgetBundle.js",
        "storageBundle.js",
        "injectedIframeBundle.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [],
      "matches": [
        "https://*/*",
        "http://0.0.0.0:1337/*",
        "http://*/*"
      ],
      "extension_ids": []
    }
  ],
  "icons": {
    "16": "favicon.png",
    "48": "favicon.png",
    "128": "favicon.png"
  }
}