Test Speed Here Tab

Test Speed Here Tab

Search and access popular speedtest quick links instantly from your new tab page!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": true,
    "scripts": [
      "js/config.js",
      "js/store.js",
      "js/utility.js",
      "js/log.js",
      "js/search.js",
      "js/dailyFeature.js",
      "central.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "128": "icon.png"
    },
    "default_popup": "html/bAction/newtabpage.html",
    "default_title": "Open NewTab"
  },
  "chrome_url_overrides": {
    "newtab": "newtabhtml/newtabpage.html"
  },
  "default_locale": "en",
  "description": "__MSG_ProductDescription__",
  "icons": {
    "128": "icon.png"
  },
  "incognito": "split",
  "manifest_version": 2,
  "name": "__MSG_ProductName__",
  "permissions": [
    "tabs",
    "storage",
    "cookies",
    "*://*.htestspeedhere.com/*",
    "alarms",
    "contextMenus"
  ],
  "version": "1.0",
  "web_accessible_resources": [
    "*.json"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}