Venus Tab

Venus Tab

Modify new tab page in a way that suits you best to boost your motivation and productivness.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Venus Tab",
  "description": "Modify new tab page in a way that suits you best to boost your motivation and productivness.",
  "version": "1.3",
  "icons": {
    "16": "/images/16.png",
    "32": "/images/32.png",
    "48": "/images/48.png",
    "64": "/images/64.png"
  },
  "short_name": "Venus",
  "chrome_url_overrides": {
    "newtab": "html/new_tab_page.html"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "*://venustab.com/*"
  ],
  "manifest_version": 3,
  "background": {
    "service_worker": "main.js"
  }
}