Cirus: Crypto Wallet | Web3 | Earn Crypto

Cirus: Crypto Wallet | Web3 | Earn Crypto

The Cirus Browser Extension is a secure multi-chain crypto wallet that pays you for surfing the web!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Cirus: Crypto Wallet | Web3 | Earn Crypto",
  "description": "The Cirus Browser Extension is a secure multi-chain crypto wallet that pays you for surfing the web!",
  "version": "0.3.0",
  "action": {
    "default_popup": "index.html",
    "default_title": "Cirus"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "permissions": [
    "storage",
    "tabs",
    "bookmarks",
    "cookies",
    "geolocation",
    "history",
    "identity",
    "idle",
    "management",
    "printerProvider",
    "system.cpu",
    "system.display",
    "system.memory",
    "topSites",
    "webNavigation",
    "alarms"
  ],
  "icons": {
    "16": "logo192.png",
    "48": "logo192.png",
    "128": "logo192.png"
  }
}