Wifi Speed Test

Wifi Speed Test

Check internet Download/Upload/Ping

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_application_title__",
  "description": "__MSG_application_description__",
  "version": "3.0.2",
  "default_locale": "en",
  "background": {
    "service_worker": "/js/welcome.js"
  },
  "action": {
    "default_popup": "actionpane.html",
    "default_title": "__MSG_application_title__"
  },
  "container": [
    "GOOGLE_DRIVE"
  ],
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "64": "icon-64.png",
    "72": "icon-72.png",
    "96": "icon-96.png",
    "128": "icon-128.png",
    "256": "icon-256.png",
    "512": "icon-512.png"
  },
  "homepage_url": "https://speedtest.freeonlineapps.net"
}