Websktop Speed Dial

Websktop Speed Dial

Changes New Tab page to https://websktop.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Websktop Speed Dial",
  "version": "1.0.67",
  "manifest_version": 3,
  "description": "Changes New Tab page to https://websktop.com",
  "homepage_url": "https://websktop.com",
  "icons": {
    "16": "icons/favicon-16x16.png",
    "32": "icons/favicon-32x32.png",
    "96": "icons/favicon-96x96.png",
    "128": "icons/favicon-128x128.png",
    "196": "icons/favicon-196x196.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "chrome_settings_overrides": {
    "homepage": "https://websktop.com/"
  },
  "host_permissions": [
    "https://websktop.com/*"
  ],
  "externally_connectable": {
    "ids": [
      "hmhoefiijgfmodaajchjhehjhpjhekib"
    ],
    "matches": [
      "https://websktop.com/*"
    ]
  },
  "permissions": [
    "storage"
  ],
  "omnibox": {
    "keyword": "w"
  },
  "background": {
    "service_worker": "extension.js"
  }
}