Mystique Tab

Mystique Tab

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

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Mystique Tab",
  "version": "1.1.0",
  "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"
  }
}