Breathe - New Tab Experience

Breathe - New Tab Experience

Enjoy new tab experience - start your day with a breather.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Breathe - New Tab Experience",
  "author": "George K.",
  "version": "2.9.8",
  "description": "Enjoy new tab experience - start your day with a breather.",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkl8Eeq1DKnjwAc0opEodR5bLqENMSVbIUJxH/SNkpxykfb16kSSM5/VimxnbOykzyGLACshxGyM73StCyJNFsDZkgLrMuXOag2TXmSG6OZQ23vuepd/OlafBv64IkZEYFrGvE9NWU0vwzuy9v99WiYZN5AkDIct8q53ihl52HL7/uVeli9OhqQWkecJL5iBs9uYCA23qEq0bs98Q6qW3WlmvKFd577kdzreTEKt+eA0dPNlg6QOxa/AvKnfNmNV7lCwiyaq/S+hpNYTXs01j3MRXHUyzVuuowrzNBGJeSyvtIN9IZ3iBuHq5OcGYmSjbj27Uu/OUH7oO67uZ603GWwIDAQAB",
  "oauth2": {
    "client_id": "28887235348-lgvotunceh36e128qmbkqrlkmn2p645r.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/calendar.readonly"
    ]
  },
  "content_security_policy": "script-src 'self' https://calendar.google.com; object-src 'self'",
  "icons": {
    "16": "icons/breathe-icon-16.png",
    "32": "icons/breathe-icon-32.png",
    "48": "icons/breathe-icon-48.png",
    "128": "icons/breathe-icon-128.png"
  },
  "permissions": [
    "storage",
    "http://api.openweathermap.org/*",
    "bookmarks",
    "history",
    "identity"
  ]
}