Ogimi, Your Personalized AI Meditation Coach

Ogimi, Your Personalized AI Meditation Coach

Ogimi generates custom guided meditations tailored to your specific needs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Ogimi, Your Personalized AI Meditation Coach",
  "action": {},
  "manifest_version": 3,
  "version": "0.2",
  "description": "Ogimi generates custom guided meditations tailored to your specific needs.",
  "permissions": [
    "alarms"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "logo16.png",
    "32": "logo32.png",
    "48": "logo48.png",
    "128": "logo128.png"
  }
}