COMN

COMN

COMN extension for opusAI's ecosystem. Redefine cryptocurrency through transparent governance, unique tokens, and monetary policies.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "COMN",
  "version": "0.1.1",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "description": "COMN extension for opusAI's ecosystem. Redefine cryptocurrency through transparent governance, unique tokens, and monetary policies.",
  "action": {
    "default_popup": "index.html",
    "default_icon": "COMN.png"
  },
  "permissions": [
    "alarms"
  ],
  "background": {
    "service_worker": "service-worker.js"
  },
  "externally_connectable": {
    "matches": [
      "http://localhost/*"
    ]
  }
}