{
  "name": "Earthsong Relationship Ritual. Pause-Say Hello-Cultivate Relationship",
  "short_name": "Earthsong Ritual",
  "description": "Pause, say hello, and cultivate relationship with plants through mindful ecological ritual",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1e3a2e",
  "theme_color": "#243B2A",
  "orientation": "portrait-primary",
  "scope": "/",
  "categories": ["lifestyle", "wellness", "education"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icon-512x512.png", 
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Daily Greeting",
      "short_name": "Greet Plant",
      "description": "Start your daily plant greeting practice",
      "url": "/daily-greeting",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "World Map",
      "short_name": "Map",
      "description": "Explore plant connections around the world",
      "url": "/world-map",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    }
  ],
  "permissions": [
    "notifications",
    "camera"
  ]
}