speed test

speed test

speed test

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "fei",
  "background": {
    "page": "background/bg.html",
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "96": "icon/32.png"
    },
    "default_title": "__MSG_Title__",
    "default_popup": "popup/popup.html"
  },
  "content_scripts": [
    {
      "js": [
        "popup/js/speedMaster.js"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "default_locale": "en",
  "description": "speed test",
  "icons": {
    "96": "icon/32.png",
    "128": "icon/128.png"
  },
  "manifest_version": 2,
  "minimum_edge_version": "33.14281.1000.0",
  "name": "speed test",
  "offline_enabled": true,
  "options_page": "option/option.html",
  "permissions": [
    "<all_urls>",
    "background",
    "notifications"
  ],
  "version": "18.12.19.1401",
  "-ms-preload": {
    "backgroundScript": "backgroundScriptsAPIBridge.js",
    "contentScript": "contentScriptsAPIBridge.js"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}