PresentBoard - New tab dashboard

PresentBoard - New tab dashboard

Discover the ultimate productivity dashboard for your new tab. Customize dozens of free widgets and make it truly yours.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PresentBoard - New tab dashboard",
  "version": "1.2.0",
  "description": "Discover the ultimate productivity dashboard for your new tab. Customize dozens of free widgets and make it truly yours.",
  "icons": {
    "128": "assets/logo-square.png"
  },
  "permissions": [],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "homepage_url": "https://presentboard.app",
  "author": "[email protected]"
}