{
  "name": "AURIC — trading journal",
  "short_name": "AURIC",
  "description": "The trading journal that pays you back. Local-first; your analysis never leaves the device.",
  "start_url": "/app/",
  "scope": "/app/",
  "display": "standalone",
  "background_color": "#080b11",
  "theme_color": "#080b11",
  "icons": [
    {
      "src": "/assets/pwa-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/assets/pwa-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}