{
  "name": "Lowprio Notes",
  "short_name": "Notes",
  "description": "A simple app to keep notes. Notes are saved in local storage of a browser.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#060E20",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
