Internet Speed

Internet Speed

This cool extension provides a quick, accurate, and aesthetically pleasing way to know your internet speed & status.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "short_name": "Internet Speed",
  "name": "Internet Speed",
  "description": "A quick, accurate and aesthetically pleasing way to know your internet speed & status",
  "version": "1.2.5",
  "action": {
    "default_popup": "index.html",
    "default_title": "Internet Speed",
    "default_icon": "litelogo.png"
  },
  "icons": {
    "16": "litelogo.png",
    "48": "litelogo.png",
    "128": "litelogo.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "42.0"
    },
    "safari": {
      "strict_min_version": "14",
      "strict_max_version": "20"
    }
  }
}