Homey: Productivity New Tab

Homey: Productivity New Tab

Turn new tab into a productive workspace, organize bookmarks, motivates with daily live wallpapers and inspirational quotes

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "short_name": "Homey",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "manifest_version": 3,
  "offline_enabled": true,
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "action": {
    "default_title": "Homey"
  },
  "background": {
    "service_worker": "static/js/background.js"
  },
  "minimum_chrome_version": "96",
  "permissions": [
    "bookmarks",
    "tabs",
    "history",
    "storage",
    "unlimitedStorage",
    "declarativeNetRequestWithHostAccess",
    "browsingData",
    "scripting"
  ],
  "optional_host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "host_permissions": [
    "https://images.weserv.nl/",
    "https://www.google.com/",
    "https://cdn.flixel.com/"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "version": "4.21.15"
}