{
  "name": "Automatic Call Database App",
  "short_name": "Call Database",
  "description": "This app automatically generates a database from incoming phone calls, creating entries with Caller ID, date, time, and call duration. It provides a simple interface to manage and view the call database.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#007bff",
  "icons": [
    {
      "src": "/thumbnail.png",
      "sizes": "573x301",
      "type": "image/png"
    }
  ]
}
