Freeport

Freeport

Create, Collect and Trade Bitcoin NFTs

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Joe Looney",
  "description": "Create, Collect and Trade Bitcoin NFTs",
  "icons": {
    "16": "images/icon-16-2.png",
    "48": "images/icon-48-2.png",
    "128": "images/icon-128-2.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "images/icon-48-2.png"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://*.digirare.com/",
    "https://*.xchain.io/"
  ],
  "manifest_version": 3,
  "name": "Freeport",
  "short_name": "freeport",
  "version": "0.5.1"
}