{
  "name": "Fownd — Christian Business Directory",
  "short_name": "Fownd",
  "description": "Find and support Christian-owned businesses near you. Search 3,600+ verified faith-based businesses.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#1B2B4B",
  "background_color": "#1B2B4B",
  "lang": "en-US",
  "categories": ["business", "lifestyle", "social"],
  "icons": [
    {
      "src": "/images/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Find Christian businesses near you"
    },
    {
      "src": "/images/screenshot-desktop.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Browse the full directory"
    }
  ],
  "shortcuts": [
    {
      "name": "Search Businesses",
      "short_name": "Search",
      "description": "Browse all Christian businesses",
      "url": "/search",
      "icons": [{ "src": "/images/shortcut-search.png", "sizes": "96x96" }]
    },
    {
      "name": "Find Restaurants",
      "short_name": "Restaurants",
      "description": "Christian-owned restaurants near you",
      "url": "/search?category=Restaurants",
      "icons": [{ "src": "/images/shortcut-food.png", "sizes": "96x96" }]
    },
    {
      "name": "Find Churches",
      "short_name": "Churches",
      "description": "Churches in your area",
      "url": "/search?category=Churches",
      "icons": [{ "src": "/images/shortcut-church.png", "sizes": "96x96" }]
    },
    {
      "name": "Add Your Business",
      "short_name": "Add Business",
      "description": "List your Christian business",
      "url": "/claim",
      "icons": [{ "src": "/images/shortcut-add.png", "sizes": "96x96" }]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "share_target": {
    "action": "/search",
    "method": "GET",
    "params": {
      "text": "q"
    }
  }
}
