Crypto-Cardholder by PST.NET | Virtual cards

Crypto-Cardholder by PST.NET | Virtual cards

Cryto-Cardholder an advanced payment plugin with virtual cards from PST.NET. FREE CRYPTO CARDS in USD and EUR with instant issue

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Crypto-Cardholder by PST.NET | Virtual cards",
  "version": "0.0.4",
  "description": "Cryto-Cardholder an advanced payment plugin with virtual cards from PST.NET. FREE CRYPTO CARDS in USD and EUR with instant issue",
  "manifest_version": 3,
  "permissions": [
    "storage",
    "activeTab",
    "scripting",
    "tabs"
  ],
  "optional_host_permissions": [
    "*://*/*"
  ],
  "icons": {
    "16": "assets/icons/logo-16.png",
    "48": "assets/icons/logo-48.png",
    "128": "assets/icons/logo-128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "options_page": "options/index.html",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ]
    },
    {
      "all_frames": true,
      "js": [
        "content-autofill.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "file:///*"
      ],
      "run_at": "document_start"
    }
  ],
  "action": {
    "default_title": "PST"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "sidebar/*",
        "assets/*"
      ]
    }
  ]
}