Show Apps in new tab

Show Apps in new tab

This extension shows the apps overview when opening a new tab in Chrome.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "short_name": "__MSG_extensionShortName__",
  "version": "3.0.0",
  "description": "__MSG_extensionDescription__",
  "default_locale": "en",
  "permissions": [
    "tabs"
  ],
  "chrome_url_overrides": {
    "newtab": "content/index.html"
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png"
  },
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCEibJXUv2hXFCS9cyVE2Obb+vsO5l7ASgcpJfoQCzbmBQS6dO5SsnzZf6EyJL0x8Hqv2dmQoMMlTQNXPCCiGkj9+T+9cb/JRIAwo6RE5pJ+vF6N7obnFU2/CuDCy030+8rH8D8UkxAun2XL/XAhiCoGkZxmzROQbyHq57fmgejhwIDAQAB"
}