{
  "short_name": "DigitPay",
  "version": "1.0.0",
  "manifest_version": 3,
  "name": "DigitPay",
  "icons": [
    {
      "src": "/assets/favicon2.ico",
      "sizes": "any",
      "type": "image/x-icon"
    }
  ],

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