{
  "id": "/",
  "name": "Godsway Sackey Free Apps",
  "short_name": "Free Apps",
  "description": "Useful free applications by Godsway Sackey for public use, demonstration, and practical work.",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0f1c",
  "theme_color": "#ff5800",
  "orientation": "any",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "OpenInventory",
      "short_name": "Inventory",
      "description": "Stock records and inventory management",
      "url": "/index.html?launch=/apps/openinventory/index.html",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "OpenShop",
      "short_name": "Shop",
      "description": "Commerce and register management",
      "url": "/index.html?launch=/apps/openshop/index.html",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "OpenAgro",
      "short_name": "Agro",
      "description": "Agricultural records and field tracking",
      "url": "/index.html?launch=/apps/openagro/index.html",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "categories": ["utilities", "productivity", "business"],
  "prefer_related_applications": false
}
