Fresh Tab

Fresh Tab

Browse the web with Fresh!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Fresh Tab",
  "description": "Browse the web with Fresh!",
  "version": "1.4",
  "manifest_version": 3,
  "action": {
    "default_icon": "img/32.png"
  },
  "permissions": [
    "storage",
    "alarms"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "icons": {
    "24": "img/24.png",
    "32": "img/32.png",
    "48": "img/48.png",
    "64": "img/64.png",
    "128": "img/128.png",
    "256": "img/256.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  }
}