{
  "version": "1.0.2",
  "name": "The Sweet Spot",
  "short_name": "Sweet Spot",
  "description": "Find your personal sweet spot today with gentle nutrition.",
  "id": "com.thesweetspot.app",
  "start_url": "/?source=pwa",
  "iarc_rating_id": "1c24fdd5-a1e6-8c8c-8750-3efed234ac02",
  "display_override": ["standalone", "minimal-ui"],
  "display": "standalone",
  "background_color": "#F9F8F3",
  "theme_color": "#4A6741",
  "orientation": "portrait",
  "dir": "ltr",
  "lang": "en-US",
  "scope": "/",
  "scope_extensions": [
    { "origin": "https://kitchen-nudge--angelmgeil.replit.app" },
    { "origin": "https://sweetspotapp.com" },
    { "origin": "https://www.sweetspotapp.com" }
  ],
  "categories": ["health", "lifestyle", "medical", "fitness"],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.thesweetspot.app",
      "id": "com.thesweetspot.app"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/us/app/the-sweet-spot/id123456789",
      "id": "123456789"
    }
  ],
  "icons": [
    {
      "src": "/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan Meal",
      "short_name": "Scan",
      "url": "/sugar-shift"
    },
    {
      "name": "Cravings Journal",
      "short_name": "Journal",
      "url": "/emotions-food"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/screenshot-home.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "label": "Home Screen - Your Daily Gentle Guide",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshots/screenshot-tracker.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "label": "Nutrition Tracker",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshots/screenshot-emotions.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "label": "Mindful Eating & Cravings",
      "form_factor": "narrow"
    }
  ],
  "file_handlers": [
    {
      "action": "/sugar-shift",
      "accept": {
        "image/*": [".jpg", ".jpeg", ".png", ".webp"]
      }
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "protocol_handlers": [
    {
      "protocol": "web+sweetspot",
      "url": "/?action=%s"
    }
  ],
  "share_target": {
    "action": "/sugar-shift",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "meal",
          "accept": ["image/jpeg", "image/png", "image/webp"]
        }
      ]
    }
  },
  "note_taking": {
    "new_note_url": "/new-note"
  },
  "edge_side_panel": {
    "preferred_width": 400
  }
}
