{
  "name": "JMLogMarket",
  "short_name": "JMLogMarket",
  "description": "Buy and sell lumber, logs, and timber services directly — no middlemen.",
  "start_url": "/?utm_source=pwa&utm_medium=homescreen",
  "scope": "/",
  "id": "/?source=pwa",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "theme_color": "#1f4a36",
  "background_color": "#f7f6f2",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["business", "shopping"],
  "icons": [
    { "src": "/assets/icons/icon-72.png",  "sizes": "72x72",   "type": "image/png", "purpose": "any" },
    { "src": "/assets/icons/icon-96.png",  "sizes": "96x96",   "type": "image/png", "purpose": "any" },
    { "src": "/assets/icons/icon-128.png", "sizes": "128x128", "type": "image/png", "purpose": "any" },
    { "src": "/assets/icons/icon-144.png", "sizes": "144x144", "type": "image/png", "purpose": "any" },
    { "src": "/assets/icons/icon-152.png", "sizes": "152x152", "type": "image/png", "purpose": "any" },
    { "src": "/assets/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/assets/icons/icon-384.png", "sizes": "384x384", "type": "image/png", "purpose": "any" },
    { "src": "/assets/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/assets/icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "AI Tree Grader",
      "short_name": "Tree Grade",
      "description": "Photo-grade a standing tree (USFS NE-333 + AI)",
      "url": "/ai-tree-grader?utm_source=pwa&utm_medium=shortcut",
      "icons": [{ "src": "/assets/icons/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "AI Log Grader",
      "short_name": "Log Grade",
      "description": "Photo-grade a log (USFS NE-1 + AI)",
      "url": "/ai-log-grader?utm_source=pwa&utm_medium=shortcut",
      "icons": [{ "src": "/assets/icons/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Browse Listings",
      "short_name": "Browse",
      "description": "Browse logs, lumber, and timber listings",
      "url": "/search.html?utm_source=pwa&utm_medium=shortcut",
      "icons": [{ "src": "/assets/icons/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Post a Listing",
      "short_name": "Sell",
      "description": "List your logs or lumber for sale",
      "url": "/seller.html?utm_source=pwa&utm_medium=shortcut",
      "icons": [{ "src": "/assets/icons/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    }
  ],
  "prefer_related_applications": false
}
