Cirus

Cirus

The Cirus Browser Extension lets you take control of your valuable data, and use it to passively earn cryptocurrency.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Cirus",
  "description": "The Cirus Browser Extension lets you take control of your valuable data, and use it to passively earn cryptocurrency.",
  "version": "1.1.1",
  "manifest_version": 3,
  "author": "Cirus Foundation",
  "action": {
    "default_popup": "index.html",
    "default_title": "Cirus"
  },
  "icons": {
    "128": "ChromeStoreIcon128.png"
  },
  "background": {
    "service_worker": "./static/js/background.js"
  },
  "permissions": [
    "history",
    "geolocation",
    "bookmarks",
    "identity",
    "identity.email",
    "topSites",
    "idle",
    "system.cpu",
    "system.display",
    "system.memory",
    "webNavigation",
    "storage",
    "management",
    "printerProvider"
  ]
}