{
  "name": "Picmim Blog",
  "short_name": "Picmim",
  "description": "Picmim blog featuring the latest articles, insights, and updates from our team.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#7c3aed",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["blog", "articles", "content", "marketing", "creators"],
  "icons": [
    {
      "src": "/uploads/img/picmim-logo-1.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Latest Articles",
      "short_name": "Latest",
      "description": "View the latest blog articles",
      "url": "/",
      "icons": [
        {
          "src": "/uploads/img/picmim-logo-1.png",
          "sizes": "60x60"
        }
      ]
    },
    {
      "name": "Search Articles",
      "short_name": "Search",
      "description": "Search through blog articles",
      "url": "/blog/search",
      "icons": [
        {
          "src": "/uploads/img/picmim-logo-1.png",
          "sizes": "60x60"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  }
}