Mystique Tab

Mystique Tab

Mystique - Beautiful New background with handy shortcuts and integrated free push adblocker.

Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Mystique Tab",
  "version": "1.0.0",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "icons": {
    "16": "/assets/img/16.png",
    "32": "/assets/img/32.png",
    "48": "assets/img/48.png",
    "128": "assets/img/128.png"
  },
  "description": "Mystique - Beautiful New background with handy shortcuts and integrated free push adblocker.",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "assets/js/background.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}