{
  "name": "Keep Them Honest USA",
  "short_name": "KTH USA",
  "id": "keep-them-honest-usa",
  "description": "State-by-state know-your-rights guides, police encounter scenarios, quizzes, and emergency safety tools.",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "orientation": "portrait",
  "categories": ["education", "news"],
  "lang": "en",
  "dir": "ltr",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "protocol_handlers": [
    {
      "protocol": "web+kthemergency",
      "url": "/emergency?action=%s"
    }
  ],
  "prefer_related_applications": true,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.polsia.keep_them_honest.twa",
      "id": "com.polsia.keep_them_honest.twa"
    }
  ],
  "shortcuts": [
    {
      "name": "Emergency Button",
      "short_name": "Emergency",
      "url": "/emergency",
      "description": "Record, call, or text during a police encounter"
    },
    {
      "name": "Find Your State",
      "short_name": "States",
      "url": "/",
      "description": "Browse rights by state"
    },
    {
      "name": "Quiz",
      "short_name": "Quiz",
      "url": "/quiz",
      "description": "Test your rights knowledge"
    },
    {
      "name": "Go Premium",
      "short_name": "Premium",
      "url": "/upgrade",
      "description": "Unlock all scenarios and quizzes"
    }
  ]
}
