{
  "name": "GhostR Software",
  "short_name": "GhostR",
  "description": "GhostR Software — Full-stack development, courses, and academic contributions.",
  "start_url": "index.html",
  "display": "standalone",
  "background_color": "#0a0f1a",
  "theme_color": "#0a0f1a",
  "orientation": "any",
  "scope": "./",
  "lang": "en",
  "categories": ["education", "productivity", "utilities"],
  "icons": [
    {
      "src": "images/192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "images/512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Contributions",
      "short_name": "Contribs",
      "description": "View verified academic contributors",
      "url": "contributions.html",
      "icons": [{ "src": "images/192.png", "sizes": "192x192" }]
    },
    {
      "name": "Contact GhostR",
      "short_name": "Contact",
      "description": "Get in touch on WhatsApp",
      "url": "index.html#contact",
      "icons": [{ "src": "images/192.png", "sizes": "192x192" }]
    }
  ]
}