BiTab New Tab

BiTab New Tab

BiTab Newtab is Beautiful personal homepage for Google Chrome New Tab - Chrome native newtab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en_US",
  "action": {
    "default_title": "Home page"
  },
  "background": {
    "service_worker": "js/init.js"
  },
  "chrome_url_overrides": {
    "newtab": "main.html"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "icons": {
    "16": "img/assets/icon16.png",
    "32": "img/assets/icon32.png",
    "48": "img/assets/icon48.png",
    "128": "img/assets/icon128.png"
  },
  "manifest_version": 3,
  "offline_enabled": true,
  "permissions": [
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "8.0.2"
}