{
  "name": "Not By Will",
  "short_name": "Not By Will",
  "description": "A faith-based companion for quitting nicotine — understand the urge, interrupt the pattern, renew your mind. By His strength, and your faith.",
  "id": "/app",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FFFFFF",
  "theme_color": "#0E8479",
  "categories": ["health", "lifestyle"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Break the Chain",
      "short_name": "Break Chain",
      "description": "Get through a craving right now",
      "url": "/app?bc=1",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Log nicotine",
      "short_name": "Log",
      "description": "Log honestly — no shame",
      "url": "/app/tracker",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Prayer Wall",
      "short_name": "Prayer",
      "description": "Ask for or offer prayer",
      "url": "/app/together",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
