{
  "name": "Snapnote",
  "short_name": "Snapnote",
  "start_url": "./index.php",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f0f2f5",
  "theme_color": "#1877f2",
  "lang": "da",
  "icons": [
    {
      "src": "./icon192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icon512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Widget-noter",
      "short_name": "Widget",
      "description": "Aabn kompakt notevisning",
      "url": "./widget_notes.php?lang=da",
      "icons": [
        {
          "src": "./icon192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Dagens noter",
      "short_name": "I dag",
      "description": "Aabn dagens noter",
      "url": "./widget_notes.php?mode=today&lang=da",
      "icons": [
        {
          "src": "./icon192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}