{
  "name": "Pitechpedia Journal — WRITE. BUILD. EARN.",
  "short_name": "Journal",
  "description": "Journey Of Understanding, Research, News, Analysis & Learning. The corporate digital publishing platform of Pitechpedia.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#F8F9FA",
  "theme_color": "#0B57D0",
  "orientation": "portrait-primary",
  "categories": [
    "news",
    "education",
    "technology",
    "business"
  ],
  "icons": [
    {
      "src": "/assets/img/icon.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/assets/img/icon.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Latest Dispatches",
      "short_name": "Latest",
      "description": "Read newest peer-reviewed engineering dispatches",
      "url": "/",
      "icons": [{ "src": "/assets/img/icon.svg", "sizes": "192x192" }]
    },
    {
      "name": "AI & Intelligence",
      "short_name": "AI",
      "description": "Frontier AI research & benchmarks",
      "url": "/department/ai-research",
      "icons": [{ "src": "/assets/img/icon.svg", "sizes": "192x192" }]
    },
    {
      "name": "Search Repository",
      "short_name": "Search",
      "description": "Search code snippets and analysis",
      "url": "/search",
      "icons": [{ "src": "/assets/img/icon.svg", "sizes": "192x192" }]
    }
  ]
}
