NFT Currency Power Tool for Foundation.app

NFT Currency Power Tool for Foundation.app

NFT Currency Power Tool for Foundation.app

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "NFT Currency Power Tool for Foundation.app",
  "version": "1.1.5",
  "description": "NFT Currency Power Tool for Foundation.app",
  "action": {
    "default_icon": {
      "16": "images/icon-16px.png",
      "32": "images/icon-32px.png",
      "48": "images/icon-48px.png",
      "128": "images/icon-128px.png"
    },
    "default_title": "NFT Currency Power Tool for Foundation.app",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.min.js"
  },
  "icons": {
    "16": "images/icon-16px.png",
    "32": "images/icon-32px.png",
    "48": "images/icon-48px.png",
    "128": "images/icon-128px.png"
  },
  "options_ui": {
    "page": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.foundation.app/*",
        "http://*.foundation.app/*",
        "http://*.opensea.io/*",
        "https://*.opensea.io/*",
        "https://*.nftpowertool.com/*"
      ],
      "js": [
        "libs/jquery-3.6.0.min.js",
        "content.min.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "storage",
    "alarms"
  ],
  "host_permissions": [
    "https://*.foundation.app/*",
    "https://*.ntfpowertool.com/*",
    "http://*.foundation.app/*",
    "http://*.ntfpowertool.com/*",
    "http://*.opensea.io/*",
    "https://*.opensea.io/*"
  ]
}