
{
  "name": "Affirmations - Positive Self-Talk",
  "short_name": "Affirmations",
  "description": "Record and listen to personal affirmations for mindfulness and positive thinking. Track your habits and build a positive mindset.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1e3a5f",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["health", "lifestyle", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "My Affirmations",
      "short_name": "My Affirmations",
      "description": "View your personal affirmations",
      "url": "/dashboard/my-affirmations",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "DK Affirmations",
      "short_name": "DK Affirmations",
      "description": "Explore curated affirmations",
      "url": "/dashboard/featured",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Gratitude Journal",
      "short_name": "Gratitude",
      "description": "Write in your gratitude journal",
      "url": "/dashboard/gratitude",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    }
  ]
}
