dikitale - your identity cube

dikitale - your identity cube

MIQID is your intelligent digital ID that acts as your personal data key

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "dikitale - your identity cube",
  "version": "1.8.3",
  "manifest_version": 2,
  "icons": {
    "16": "16x16.png",
    "48": "48x48.png",
    "128": "128x128.png",
    "512": "512x512.png",
    "1024": "1024x1024.png"
  },
  "description": "MIQID is your intelligent digital ID that acts as your personal data key",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "jquery-3.5.1.min.js",
        "contentscript.js"
      ]
    }
  ],
  "permissions": [
    "storage",
    "<all_urls>",
    "https://api.miqid.com/",
    "file:///*",
    "webNavigation"
  ],
  "web_accessible_resources": [
    "48x48.png",
    "fieldIcon.png",
    "modal.html",
    "logo_green.svg"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "128x128.png"
  },
  "options_page": "options.html",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}