Re-newtab

Re-newtab

A redesigned, productive and pragmatic new tab alternative.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Re-newtab",
  "short_name": "Re-newtab",
  "version": "8.0.0",
  "author": "Guokai Han",
  "manifest_version": 3,
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "minimum_chrome_version": "104",
  "icons": {
    "16": "icon/16.png",
    "48": "icon/48.png",
    "128": "icon/128.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "permissions": [
    "topSites",
    "management",
    "sessions",
    "history",
    "downloads",
    "downloads.open",
    "tabs",
    "bookmarks",
    "favicon",
    "storage",
    "unlimitedStorage",
    "search",
    "identity"
  ],
  "optional_host_permissions": [
    "https://www.youtube.com/*"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxmVc5wyurCJdEnxjxhscXEjNDAFC36ot20D1D9i9Pl9lB7CFPZFqc2tPqNHZjwwQl3v6fiSQkigLYTkP22VuEPE72VcWUgYjGeLA/JRD0/Z5dEcouAZ1NjKjJT82+ixV/x4GxvzvMYRL2nzfk4pnpvIOxSByZyvPV0Ego1a7OlraUs0pplfbmujbkkfLR7y0VWts6Wsl1fCn/Lj47N+UF84oBKNtXUUN9DXe7tJFG9mIaHMCSPVdg4oDWYROMnYoaxBZh6HmxotLZWrf7PQr19X9UEVTD51BrdcZxsNBVcZYDP1m3ebKZ+3o0WoQ/FSZOrHTEGoZogYKxU8nSouyPwIDAQAB",
  "oauth2": {
    "client_id": "223092597977-r28vad2q7hnch5jsqji9n1ac2gga7rah.apps.googleusercontent.com",
    "scopes": []
  }
}