New Tab for Google Workspace™

New Tab for Google Workspace™

Replace new tab page with a personal dashboard featuring, fast access to installed applications, bookmarks, history.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "2.5.3.65",
  "name": "__MSG_name__",
  "default_locale": "en",
  "description": "__MSG_description__",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "icons": {
    "16": "images/g-suite-icon-16.png",
    "48": "images/g-suite-icon-48.png",
    "128": "images/g-suite-icon-128.png"
  },
  "browser_action": {
    "default_icon": "images/g-suite-icon-48.png"
  },
  "background": {
    "scripts": [
      "./js/background.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "index.vulcanized.html"
  },
  "permissions": [
    "bookmarks",
    "management",
    "storage",
    "https://gsuite-app.com/",
    "chrome://favicon/",
    "history",
    "topSites"
  ]
}