My Guru My Life

My Guru My Life

Keep satsang at the center of your life.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Keep satsang at the center of your life.",
  "version": "4.0.0",
  "manifest_version": 3,
  "name": "My Guru My Life",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "icons": {
    "34": "icon-34.png",
    "128": "icon-128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icon-128.png",
        "icon-34.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}