Wise Dash: Your personal new tab dashboard!

Wise Dash: Your personal new tab dashboard!

Optimise your new tab page with a powerful, efficient and customisable dashboard.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Wise Dash: Your personal new tab dashboard!",
  "description": "Optimise your new tab page with a powerful, efficient and customisable dashboard.",
  "version": "1.1.9",
  "manifest_version": 3,
  "icons": {
    "128": "icons/128.png"
  },
  "permissions": [
    "storage",
    "geolocation",
    "declarativeNetRequestWithHostAccess"
  ],
  "host_permissions": [],
  "optional_host_permissions": [
    "*://*.openai.com/",
    "https://chatgpt.com/",
    "https://*.duolingo.com/",
    "https://*.google.com/",
    "https://*.gstatic.com/"
  ],
  "optional_permissions": [
    "topSites",
    "favicon"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "redirect.html"
      ],
      "matches": [
        "http://localhost:8788/*",
        "https://wisedash.app/*"
      ]
    }
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "wdr",
        "enabled": true,
        "path": "wdr.json"
      }
    ]
  }
}