{
  "short_name": "Daitonn ERP",
  "version": "1.0.0",
  "manifest_version": 3,
  "name": "Daitonn ERP",
  "icons": [
        {
      "src": "/assets/Icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/assets/Icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],

  "start_url": "/",
  "scope": ".",
  "display": "fullscreen",
  "theme_color": "#000000",
  "background_color": "#ffffff",
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Daitonn ERP"
  }
}
