Examine source code of さがしマート Speedtest

Inspect and view changes in さがしマート Speedtest source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 3,
  "name": "さがしマート Speedtest",
  "version": "1",
  "description": "インターネットの回線速度を測るものです。インターネット接続が必須です。",
  "icons": {
    "64": "icon/64.png",
    "128": "icon/128.png",
    "256": "icon/256.png"
  },
  "action": {
    "default_icon": "icon/64.png",
    "default_popup": "files/html/popup.html"
  },
  "permissions": [
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "options_page": "files/html/version.html",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}