{
  "name": "Solstaria",
  "short_name": "Solstaria",
  "description": "Your birth chart, calculated in your own browser.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0E0B1F",
  "theme_color": "#0E0B1F",
  "categories": ["lifestyle"],
  "icons": [
    { "src": "/assets/img/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/assets/img/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/assets/img/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Your chart", "url": "/chart/" },
    { "name": "Compatibility", "url": "/synastry/" },
    { "name": "Reading", "url": "/topics/" }
  ]
}
