UTU Trust (beta)

UTU Trust (beta)

Easily Leave Feedback and Reviews on URLs and dApps with UTU's Browser Extension. Earn Reputation.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "UTU Trust (beta)",
  "version": "0.4.0",
  "description": "Easily Leave Feedback and Reviews on URLs and dApps with UTU's Browser Extension. Earn Reputation.",
  "background": {
    "service_worker": "./static/js/background.js"
  },
  "permissions": [
    "storage",
    "tabs",
    "contextMenus"
  ],
  "author": "UTU Protocol",
  "homepage_url": "https://utu.io/",
  "short_name": "UTU",
  "action": {
    "default_title": "UTU Trust (beta)",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "utuBlackLogo16.png",
      "48": "utuBlackLogo48.png",
      "128": "utuBlackLogo128.png"
    }
  },
  "icons": {
    "16": "utuBlackLogo16.png",
    "48": "utuBlackLogo48.png",
    "128": "utuBlackLogo128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end",
      "js": [
        "static/js/app.js",
        "static/js/popup.js",
        "static/js/vendors-node_modules_walletconnect_ethereum-provider_dist_index_es_js-node_modules_viem__esm_-c679cd.js"
      ],
      "css": [
        "static/css/app.css"
      ],
      "media": [],
      "all_frames": false
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "static/css/app.css",
        "static/css/popup.css",
        "static/js/*",
        "notification.html",
        "img.png",
        "utuBlackLogo16.png",
        "utuBlackLogo128.png",
        "utuBlackLogo48.png",
        "utuLogo16.png",
        "utuLogo128.png",
        "utuLogo48.png",
        "media/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}