{
  "name": "ThisIsMN - Minnesota Business Directory",
  "short_name": "ThisIsMN",
  "description": "Your comprehensive Minnesota business directory with AI-powered search, multilingual support, and community features",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#00507D",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-384.png",
      "sizes": "384x384",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Home Page"
    },
    {
      "src": "/screenshots/directory.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Business Directory"
    },
    {
      "src": "/screenshots/events.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Community Events"
    }
  ],
  "categories": [
    "business",
    "navigation",
    "utilities"
  ],
  "lang": "en-US",
  "dir": "auto",
  "scope": "/",
  "shortcuts": [
    {
      "name": "Search Businesses",
      "short_name": "Search",
      "description": "Find Minnesota businesses",
      "url": "/directory",
      "icons": [
        {
          "src": "/icons/search.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "View Events",
      "short_name": "Events",
      "description": "Community events in Minnesota",
      "url": "/events",
      "icons": [
        {
          "src": "/icons/events.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Add Business",
      "short_name": "Add",
      "description": "List your business",
      "url": "/app/business/new",
      "icons": [
        {
          "src": "/icons/add.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": []
}
