My Crypto Profile

My Crypto Profile

Identity Linking platform with automatic blockchain & social media account verification so users can claim their crypto identities

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "My Crypto Profile",
  "author": "Litentry Technologies GmbH",
  "version": "1.0.26",
  "description": "Identity Linking platform with automatic blockchain & social media account verification so users can claim their crypto identities",
  "permissions": [
    "storage"
  ],
  "externally_connectable": {
    "matches": [
      "https://mycryptoprofile.io/*"
    ]
  },
  "content_scripts": [
    {
      "run_at": "document_idle",
      "match_about_blank": false,
      "all_frames": false,
      "matches": [
        "https://twitter.com/*",
        "https://mycryptoprofile.io/*"
      ],
      "js": [
        "content.esm.js"
      ]
    }
  ],
  "background": {
    "service_worker": "background.esm.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/Gilroy-FREE/*.otf",
        "assets/OpenSansHebrew/*.ttf"
      ],
      "matches": [
        "https://twitter.com/*"
      ]
    }
  ],
  "icons": {
    "16": "assets/MCW_Icon_16.png",
    "32": "assets/MCW_Icon_32.png",
    "48": "assets/MCW_Icon_48.png",
    "128": "assets/MCW_Icon_128.png"
  },
  "action": {
    "default_icon": {
      "16": "assets/MCW_Icon_16.png",
      "24": "assets/MCW_Icon_24.png"
    },
    "default_title": "My Crypto Profile",
    "default_popup": "index.html"
  }
}