FLOLiO

FLOLiO

FLOLiO offers Metaverse and NFT Analytics.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "0.0.24",
  "short_name": "FLOLiO",
  "name": "FLOLiO",
  "description": "FLOLiO offers Metaverse and NFT Analytics.",
  "browser_action": {
    "default_title": "FLOLiO",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.bundle.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://opensea.io/*",
        "https://nbatopshot.com/*",
        "https://app.flolio.com/*",
        "http://localhost:3000/*"
      ],
      "js": [
        "contentScript.bundle.js"
      ]
    }
  ],
  "icons": {
    "16": "img/flolio-icon-16.png",
    "48": "img/flolio-icon-48.png",
    "128": "img/flolio-icon-128.png"
  },
  "permissions": [
    "cookies",
    "storage",
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "web_accessible_resources": [
    "img/*.*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{58d6348f-367c-4e9f-878c-2a118a76ad88}"
    }
  }
}