{
  "name": "Supabase JSON Converter",
  "short_name": "JSON Converter",
  "description": "Convert Supabase JSON backups into local backup files.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f5f5f5",
  "theme_color": "#000000",
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],

"shortcuts": [
    {
        "name":"Converter",
        "url":"./index.html",
        "description":"Go to homepage"
    }
]
}