Free Test Now (Beta)

Free Test Now (Beta)

Search and access popular speedtest quick links easily and quickly with this extension!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": true,
    "scripts": [
      "core/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "128": "icon.png"
    },
    "default_popup": "html/action.html"
  },
  "chrome_settings_overrides": {
    "startup_pages": [
      "https://hp.hfreetestnow.app/?startpage=true"
    ]
  },
  "description": "Search and access popular speedtest quick links easily and quickly with this extension!",
  "icons": {
    "128": "icon.png"
  },
  "incognito": "split",
  "manifest_version": 2,
  "name": "Free Test Now (Beta)",
  "permissions": [
    "tabs",
    "storage",
    "cookies",
    "*://*.hfreetestnow.app/*",
    "alarms",
    "contextMenus",
    "notifications"
  ],
  "version": "2020.11.24",
  "web_accessible_resources": [
    "*.json"
  ]
}