Simple Dashboard

Simple Dashboard

Replace new tab page with a Simple Dashboard

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": false,
    "scripts": [
      "simpledash.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "dashboard.html"
  },
  "content_security_policy": "script-src 'self' https://apis.google.com https://www.googleapis.com 'unsafe-eval'; object-src 'self'",
  "description": "Replace new tab page with a Simple Dashboard",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "manifest_version": 2,
  "name": "Simple Dashboard",
  "offline_enabled": false,
  "permissions": [
    "geolocation",
    "identity"
  ],
  "short_name": "Simple Dash",
  "oauth2": {
    "client_id": "285229412238-o9ihm8u1d45objd1ehsibv2n0lket01k.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/calendar.readonly"
    ]
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.2.30"
}