Gtab New Tab for Google Services Gsuite

Gtab New Tab for Google Services Gsuite, New Google Tab G App Launcher (Shortcuts for Google)
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en_US",
  "action": {
    "default_title": "Home page"
  },
  "background": {
    "service_worker": "js/init.js"
  },
  "chrome_url_overrides": {
    "newtab": "main.html"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "icons": {
    "16": "img/assets/icon16.png",
    "32": "img/assets/icon32.png",
    "48": "img/assets/icon48.png",
    "128": "img/assets/icon128.png"
  },
  "manifest_version": 3,
  "offline_enabled": true,
  "permissions": [
    "storage"
  ],
  "version": "0.0.2",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}