Sadhguru Quotes

Sadhguru Quotes

Get a motivational quote from Sadhguru with every new tab on Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Sadhguru Quotes",
  "description": "Get a motivational quote from Sadhguru with every new tab on Chrome",
  "version": "1.5",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "author": "Isha Foundation",
  "action": {
    "default_icon": {
      "16": "sg-icon-16x16.png",
      "48": "sg-icon-48x48.png",
      "128": "sg-icon-128x128.png"
    },
    "default_title": "Get a motivational quote from Sadhguru with every new tab on Chrome",
    "default_popup": "index.html"
  },
  "display": "fullscreen",
  "icons": {
    "128": "sg-icon-128x128.png"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+F",
        "mac": "MacCtrl+Shift+F"
      },
      "description": "Opens Sadhguru's pop up"
    }
  }
}