Speed Test - Test the Internet Speed

Speed Test - Test the Internet Speed

Test the internet connection speed and measure the uploading and downloading capacity

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "version": "1.0.5",
  "default_locale": "en",
  "permissions": [
    "tabs"
  ],
  "description": "__MSG_desc__",
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": "icon.png",
    "default_popup": "app/index.html",
    "default_title": "Speed Test"
  },
  "host_permissions": [
    "*://*/*"
  ]
}