Speed Test Tab

Speed Test Tab

Chrome Extension is free and every new Tab you will get motivational image every time and todo list, Speed test function

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "chrome_url_overrides": {
    "newtab": "pages.html"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "description": "Chrome Extension is free and every new Tab you will get motivational image every time and todo list, Speed test function",
  "manifest_version": 3,
  "name": "Speed Test Tab",
  "permissions": [],
  "short_name": "Speed Test Every Tab",
  "version": "1.2.4",
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}