PURSE+

PURSE+

Simplified SocialFi on Twitter! Transform your CT into rewards. Engage, earn and explore the future of Web3.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "PURSE+",
  "description": "Simplified SocialFi on Twitter! Transform your CT into rewards. Engage, earn and explore the future of Web3.",
  "version": "2.5.0",
  "action": {
    "default_popup": "index.html"
  },
  "icons": {
    "16": "images/[email protected]",
    "32": "images/[email protected]",
    "48": "images/[email protected]",
    "128": "images/[email protected]"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://twitter.com/*",
        "https://x.com/*",
        "https://plus.purse.land/*"
      ],
      "js": [
        "inPage.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "font/*.woff2",
        "inPageImages/*"
      ],
      "matches": [
        "https://twitter.com/*",
        "https://x.com/*"
      ]
    }
  ]
}