Agony

Agony

Extension for quicktasks

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Agony",
  "description": "Extension for quicktasks",
  "version": "1.0.3",
  "icons": {
    "128": "images/favicon128.png"
  },
  "content_scripts": [
    {
      "js": [
        "scripts/content.js"
      ],
      "css": [
        "css/content.css"
      ],
      "matches": [
        "https://dexscreener.com/*",
        "https://*.etherscan.io/*",
        "https://cn.etherscan.com/*",
        "https://friend.tech/*",
        "https://www.friend.tech/*",
        "https://openfriend.tech/*"
      ]
    }
  ]
}