{
  "short_name": "mind",
  "name": "mind.network",
  "description": "my thoughts",
  "icons": [
    {
      "src": "LyricalMiracle.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "noticedicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#1c1c1c",
  "background_color": "#1c1c1c",
  "orientation": "portrait",
  "categories": [
    "blog",
    "lifestyle",
    "creative"
  ],
  "shortcuts": [
    {
      "name": "Latest Today",
      "url": "/",
      "icons": [
        {
          "src": "LyricalMiracle.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}