{
  "name": "Lokly",
  "short_name": "Lokly",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "icons": [
    {
      "src": "/static/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Post",
      "short_name": "Post",
      "description": "Share a local update",
      "url": "/?action=post",
      "icons": [
        {
          "src": "/static/shortcut-post.png.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Profile",
      "short_name": "Profile",
      "description": "View your profile",
      "url": "/?action=profile",
      "icons": [
        {
          "src": "/static/shortcut-profile.png.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Search",
      "short_name": "Search",
      "description": "Search local updates",
      "url": "/?action=search",
      "icons": [
        {
          "src": "/static/shortcut-search.png.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}