Speed Test AI for Chrome - Free WiFi speedtest

Speed Test AI for Chrome - Free WiFi speedtest

AI-Powered Speed Test for Chrome: Fast, Accurate WiFi & Internet Connection Tester

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "short_name": "__MSG_shortName__",
  "default_locale": "en",
  "version": "3.2.28",
  "description": "__MSG_packageDescription__",
  "icons": {
    "16": "simple-logo-xs.png",
    "48": "simple-logo-xs.png",
    "128": "simple-logo.png"
  },
  "background": {
    "service_worker": "./static/js/background.js"
  },
  "action": {
    "default_popup": "index.html",
    "default_title": "__MSG_extName__",
    "default_icon": "simple-logo-xs.png",
    "default_offscreen": "offscreen.html"
  },
  "permissions": [
    "identity",
    "enterprise.deviceAttributes",
    "identity.email",
    "storage",
    "tabs",
    "offscreen",
    "geolocation",
    "system.cpu",
    "system.memory",
    "system.storage"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/assets/img/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}