Launcher (for Chrome™)

Launcher (for Chrome™)

This extension replaces your default new tab page with a minimal, yet powerful launcher for web apps.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "icons": {
    "16": "images/icon16.png",
    "19": "images/icon19.png",
    "32": "images/icon32.png",
    "38": "images/icon38.png",
    "48": "images/icon48.png",
    "128": "images/icon.png"
  },
  "browser_action": {
    "default_icon": "images/icon.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "html/redirect.html"
  },
  "permissions": [
    "tabs"
  ],
  "name": "Launcher (for Chrome™)",
  "version": "2",
  "version_name": "2019.07.24",
  "description": "This extension replaces your default new tab page with a minimal, yet powerful launcher for web apps."
}