Speed Test

Speed Test

The Speed Test app is the quickest and easiest way to measure your Internet speed

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "photo128.png"
  },
  "author": "Speed Test",
  "background": {
    "service_worker": "background.js"
  },
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "128": "photo128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_title__",
  "permissions": [
    "contextMenus"
  ],
  "short_name": "Speed Test",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.2"
}