New Tab with chrome apps

New Tab with chrome apps

simple extension allows change default-new-tab to chrome-apps

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "New Tab with chrome apps",
  "version": "1.4",
  "author": "jyny",
  "icons": {
    "128": "icon.png"
  },
  "description": "simple extension allows change default-new-tab to chrome-apps",
  "chrome_url_overrides": {
    "newtab": "redirect.html"
  }
}