FLOLiO

FLOLiO

FLOLiO offers Metaverse and NFT Analytics.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "0.0.24",
  "short_name": "FLOLiO",
  "name": "FLOLiO",
  "description": "FLOLiO offers Metaverse and NFT Analytics.",
  "action": {
    "default_title": "FLOLiO",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.bundle.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://opensea.io/*",
        "https://nbatopshot.com/*",
        "https://app.flolio.com/*",
        "https://test.flolio.dev/*",
        "https://test.flolio.dev/*",
        "https://nft.coinbase.com/*"
      ],
      "js": [
        "contentScript.bundle.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "img/flolio-icon-16.png",
    "48": "img/flolio-icon-48.png",
    "128": "img/flolio-icon-128.png"
  },
  "permissions": [
    "cookies",
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' ; object-src 'self'"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "img/*.*"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ]
}