{
  "name": "Smart School ERP",
  "short_name": "SmartSchool",
  "id": "/",
  "description":"SmartSchool ERP is an AI-powered school management software designed for schools, colleges and educational institutes. Manage student records, attendance, fees, exams, results, staff and parent communication digitally with an easy-to-use smart ERP system.",

  "start_url": "/",
  "scope": "/",

  "display": "standalone",
  "orientation": "portrait",

  "background_color": "#ffffff",
  "theme_color": "#6777ef",

  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],

  "categories": [
    "business",
    "finance",
    "productivity"
  ],

  "shortcuts": [
    {
      "name": "smart",
      "short_name": "school",
      "url": "/generate-bill",
      "description": "Create a new school",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard",
      "description": "Open dashboard",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}