{
  "name": "Space Infos",
  "short_name": "Space Infos",
  "description": "A web application providing information about space, including ISS and Tiangong , launches, astronauts, and exoplanets.",
  "start_url": "https://apps.cyclotronic.net/index.html",
  "scope": "https://apps.cyclotronic.net/",
  "display": "standalone",
  "background_color": "#667eea",
  "theme_color": "#667eea",
  "orientation": "portrait-primary",
  
    "screenshots": [{
      "src": "assets/iss-screenshot.png",
      "sizes": "800x600",
      "form_factor": "wide",
      "label": "Get infos and notifications upon ISS and Tiangong position,metrics, on-board astronauts, FOV passages prédictions, and watch live Stream from the Space Station."
    }]
  ,
  
    "screenshots": [{
      "src": "assets/exo-screenshot.png",
      "sizes": "800x600",
      "form_factor": "wide",
      "label": "Get informed about exoplanets discoveries. Explore the Universe with embedded ESA SkyViewer."
    }]
  ,
  
    "screenshots": [{
      "src": "assets/astro-screenshot.png",
      "sizes": "800x600",
      "form_factor": "wide",
      "label": "Get to know the actually in flight Astronauts from all over the world, with links to their bios and social media accounts."
    }]
  ,
  "icons": [
    {
      "src": "assets/manifest-icon-192.maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/manifest-icon-192.maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "assets/manifest-icon-512.maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/manifest-icon-512.maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
  
}