{
  "manifest_version": 3,
  "name": "StarCommand",
  "short_name": "StarCMD",
  "description": "En app til at styre stjernerne for dine børn.",
  "start_url": "/index.php",
  "scope": "https://starcommand.dslj.dk/",  
  "display": "standalone",
  "orientation": "any",   
  "background_color": "#ffffff",
  "theme_color": "#007bff",
  "icons": [
    {
      "src": "/assets/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/assets/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
