tomiPAY

tomiPAY

Use tomiPAY for secure digital payments, swap crypto, stake tomi, & explore NFTs. Benefit from multichain & decentralized security.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Use tomiPAY for secure digital payments, swap crypto, stake tomi, & explore NFTs. Benefit from multichain & decentralized security.",
  "version": "1.3",
  "manifest_version": 3,
  "name": "tomiPAY",
  "options_page": "options.html",
  "permissions": [
    "https://api.mainnet-beta.solana.com/",
    "https://chain.so/"
  ],
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon-341.png"
  },
  "icons": {
    "16": "icon-341.png",
    "48": "icon-341.png",
    "128": "icon-341.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "http://localhost:3000/"
      ],
      "js": [
        "contentScript.bundle.js"
      ],
      "css": [
        "content.styles.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content.styles.css",
        "newtab.html",
        "panel.html",
        "popup.html",
        "icon-34.png",
        "icon-341.png",
        "background.bundle.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}