jpg.store PLUS - Cardano CNFT Tool

jpg.store PLUS - Cardano CNFT Tool

Cardano NFT - CNFT Tool by @SirezADA. Improves your jpg.store experience by enriching the UI and adding new features.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "jpg.store PLUS - Cardano CNFT Tool",
  "version": "0.1.9",
  "description": "Cardano NFT - CNFT Tool by @SirezADA. Improves your jpg.store experience by enriching the UI and adding new features.",
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "js": [
        "content_script/content.js"
      ],
      "matches": [
        "https://www.jpg.store/*"
      ],
      "css": [
        "content_script/styles/main.css"
      ]
    }
  ],
  "action": {
    "default_popup": "popup/index.html"
  },
  "background": {
    "service_worker": "background/background.js"
  }
}