New Tab Redirect to Apps - Axlg

New Tab Redirect to Apps - Axlg

Simple extension that will bring you back the classic Apps-Based New tab page!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "New Tab Redirect to Apps - Axlg",
  "description": "Simple extension that will bring you back the classic Apps-Based New tab page!",
  "version": "2",
  "manifest_version": 2,
  "chrome_url_overrides": {
    "newtab": "new_tab_redirect_to_apps.html"
  },
  "permissions": [
    "tabs"
  ],
  "icons": {
    "128": "Axlg_Logo.png"
  }
}