{
  "name": "Fierce & Unstoppable",
  "short_name": "Fierce & Unstoppable",
  "description": "Daily Confidence Reset by Summarae",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1a0a2e",
  "theme_color": "#2d0a4e",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["lifestyle", "health", "education"],
  "shortcuts": [
    {
      "name": "Today's Affirmation",
      "short_name": "Affirmation",
      "description": "Open today's daily affirmation",
      "url": "/?widget=affirmation",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "widgets": [
    {
      "name": "Daily Affirmation",
      "short_name": "Affirmation",
      "description": "Today's daily affirmation in elegant gold on a deep purple background.",
      "tag": "daily-affirmation",
      "template": "daily-affirmation-template",
      "ms_ac_template": "/widgets/affirmation-template.json",
      "data": "/widgets/affirmation-data.json",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/icon-512.png",
          "sizes": "512x512",
          "label": "Daily Affirmation widget"
        }
      ],
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }],
      "backgrounds": [{ "src": "/icon-512.png", "sizes": "512x512" }],
      "auth": false,
      "update": 86400
    }
  ]
}
