{
  "short_name": "Calculator",
  "name": "Ajit corp ERP",
  "icons": [
    {
      "src": "/icon.svg",
      "type": "image/svg+xml",
      "sizes": "512x512"
    }
  ],
  "id": "/",
  "start_url": "/",
  "background_color": "#3367D6",
  "display": "fullscreen",
  "scope": "/",
  "theme_color": "#3367D6",
  "permissions": ["fullscreen"],
  "shortcuts": [
    {
      "name": "Create Transactions",
      "short_name": "Transactions",
      "description": "Create, Edit and delete party transactions",
      "url": "/create-transaction",
      "icons": [{ "src": "/images/today.png", "sizes": "192x192" }]
    }
  ],
  "description": "Ajit Corporation ERP panel application",
  "screenshots": [
    {
      "src": "/images/screenshot1.png",
      "type": "image/png",
      "sizes": "540x720",
      "form_factor": "narrow"
    },
    {
      "src": "/images/screenshot2.jpg",
      "type": "image/jpg",
      "sizes": "720x540",
      "form_factor": "wide"
    }
  ]
}
