Renewed Tab

Renewed Tab

A customisable New Tab page, with widgets and beautiful backgrounds

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "version": "1.18.1",
  "description": "__MSG_appDescription__",
  "author": "rubenwardy",
  "homepage_url": "https://renewedtab.com/",
  "offline_enabled": true,
  "minimum_chrome_version": "100",
  "default_locale": "en",
  "icons": {
    "32": "icon-32.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "chrome_url_overrides": {
    "newtab": "app/webext.html"
  },
  "permissions": [
    "storage",
    "search"
  ],
  "optional_permissions": [
    "bookmarks",
    "topSites"
  ],
  "optional_host_permissions": [
    "*://*/*"
  ]
}