{
  "name": "GodtGrunnlag - Digital Treningsplan",
  "short_name": "GodtGrunnlag",
  "description": "Digital sports club athletic plan - accessible guidelines and training content for coaches and club leaders",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#10b981",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "nb-NO",
  "categories": ["sports", "education", "productivity"],
  "icons": [
    {
      "src": "/gg-app.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/gg-app.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/gg-app.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Utforsk innhold",
      "short_name": "Innhold",
      "description": "Bla gjennom treningsplaner og ressurser",
      "url": "/content",
      "icons": [
        {
          "src": "/gg-app.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/gg-app.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide"
    }
  ]
}