{
  "name": "JSON to SQLite Converter",
  "short_name": "JSON2SQLite",
  "description": "Convert large JSON files to SQLite databases entirely in your browser",
  "start_url": "/json-to-sqlite/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#7c3aed",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/json-to-sqlite/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/json-to-sqlite/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": ["productivity", "utilities"],
  "screenshots": [],
  "prefer_related_applications": false
}
