Apps in new tab

Apps in new tab

Shows the list of installed apps instead of the search page when opening 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": "Apps in new tab",
  "version": "2.0.0",
  "description": "Shows the list of installed apps instead of the search page when opening a new tab.",
  "author": "Guillaume Ryder",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "apps.html"
  }
}