Leoh New Tab

Leoh New Tab

Replace your new tab with a minimalistic and customizable homepage featuring a clock, todo list, weather, bookmarks and much more!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Leoh New Tab",
  "version": "0.22.19",
  "manifest_version": 2,
  "description": "Replace your new tab with a minimalistic and customizable homepage featuring a clock, todo list, weather, bookmarks and much more!",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "geolocation",
    "storage",
    "topSites",
    "identity"
  ],
  "optional_permissions": [
    "http://*/",
    "https://*/"
  ],
  "chrome_url_overrides": {
    "newtab": "src/override/index.html"
  },
  "background": {
    "scripts": [
      "src/override/jquery.min.js",
      "src/override/background.js"
    ]
  },
  "oauth2": {
    "client_id": "1051811224060-5pnjmvq5pltt4n6pcsntpt6p1jt035h0.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/calendar"
    ]
  },
  "content_security_policy": "script-src 'self' https://accounts.google.com/ https://calendar.google.com https://api.forismatic.com https://ajax.googleapis.com https://www.leoh.io https://query.yahooapis.com https://www.google-analytics.com; object-src 'self'"
}