DScan: Own Your Identity, Own Your Data

DScan: Own Your Identity, Own Your Data

A decentralized storage and file-sharing tool that uploads content to IPFS and generates decentralized QR codes.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "DScan: Own Your Identity, Own Your Data",
  "description": "A decentralized storage and file-sharing tool that uploads content to IPFS and generates decentralized QR codes.",
  "version": "4.0",
  "author": "P2P Labs",
  "homepage_url": "https://p2plabs.xyz/",
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "logo16.png",
    "32": "logo32.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "logo16.png",
      "32": "logo32.png",
      "48": "logo48.png",
      "128": "logo128.png"
    }
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
  }
}