{
  "name": "Next",
  "short_name": "Next",
  "description": "Lägg något i Inkorgen i Next.",
  "lang": "sv",
  "dir": "ltr",

  "start_url": "./",
  "scope": "./",
  "id": "/inmatning/",

  "display": "standalone",
  "orientation": "portrait",

  "background_color": "#1c1c1e",
  "theme_color": "#1c1c1e",

  "icons": [
    { "src": "./ikon-256.png", "sizes": "256x256", "type": "image/png" },
    { "src": "./ikon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "./ikon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],

  "share_target": {
    "action": "./",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
