Renewed Tab - New Tab

Renewed Tab - New Tab

A customisable New Tab page, with widgets and beautiful backgrounds

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "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"
  },
  "chrome_settings_overrides": {
    "homepage": "app/webext.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{166411f2-402a-4bca-a3da-38b795ec8007}",
      "strict_min_version": "90.0"
    }
  },
  "permissions": [
    "storage",
    "search"
  ],
  "optional_permissions": [
    "<all_urls>",
    "bookmarks",
    "topSites"
  ]
}