Focus Newtab - Elevate Your Focus Experience

Focus Newtab - Elevate Your Focus Experience

Use the Focus Newtab extension to search directly from a new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Focus Newtab - Elevate Your Focus Experience",
  "short_name": "Focus Newtab",
  "version": "1.0.3",
  "description": "Use the Focus Newtab extension to search directly from a new tab.",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "64": "icons/64.png",
    "128": "icons/128.png"
  },
  "action": {
    "browser_style": false,
    "default_icon": "icons/128.png",
    "default_title": "Focus Newtab"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "audio/alarm.mp3"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "topSites",
    "storage"
  ]
}