{
  "name": "PawList Pets",
  "short_name": "PawList",
  "description": "Free online pets & lovers community with pet registry, chat rooms, and pet care tips",
  "start_url": "/pawlist.html?source=pwa",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#FFD700",
  "scope": "/",
  "orientation": "portrait",
  "categories": ["lifestyle", "social", "pets"],
  "icons": [
    {
      "src": "/images/icon-192.png?v=2",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/icon-512.png?v=2",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "prefer_related_applications": false,
  "related_applications": []
}