XFA - Discover true optimal device security

XFA - Discover true optimal device security

Discover true optimal device security

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "XFA - Discover true optimal device security",
  "short_name": "XFA",
  "description": "Discover true optimal device security",
  "version": "0.25.6",
  "icons": {
    "192": "android-chrome-192x192.png"
  },
  "offline_enabled": true,
  "action": {
    "default_popup": "popup.html",
    "default_title": "XFA"
  },
  "background": {
    "service_worker": "serviceWorker.js"
  },
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "nativeMessaging",
    "notifications",
    "alarms",
    "storage"
  ],
  "optional_permissions": [
    "management"
  ],
  "externally_connectable": {
    "matches": [
      "*://localhost:*/*",
      "https://*.xfa.tech/*"
    ]
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}