{
  "id": "/",
  "name": "Archangel Solace",
  "short_name": "Archangel",
  "description": "Daily Angelic Guidance, Oracle Card Readings, Meditation, and Mindfulness.",
  "start_url": "/",
  "scope": "/",
  "lang": "en-US",
  "dir": "ltr",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "portrait",
  "categories": ["lifestyle", "entertainment"],
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Reading",
      "short_name": "Reading",
      "url": "/reading",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Meditation",
      "short_name": "Meditation",
      "url": "/meditation",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
 "screenshots": [
    {
      "src": "/screenshots/screenshot1.jpg",
      "sizes": "1080x2127",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Home Screen"
    },
    {
      "src": "/screenshots/screenshot2.jpg",
      "sizes": "1080x1893",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Card Reading"
    },
    {
      "src": "/screenshots/screenshot3.jpg",
      "sizes": "1075x2131",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Meditation"
    },
    {
      "src": "/screenshots/wide1.jpg",
      "sizes": "2048x952",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Tablet View 1"
    },
    {
      "src": "/screenshots/wide2.jpg",
      "sizes": "2048x955",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Tablet View 2"
    }
  ]
}