{
  "name": "CalculateRoofPitch — Roof Pitch Calculator",
  "short_name": "RoofPitch",
  "description": "Free roof pitch calculator with rafter length, roof area, and slope conversion tools. Master rise, run, and angle for any project.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#FAFBFC",
  "theme_color": "#1843A0",
  "categories": ["productivity", "utilities", "education"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "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-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Roof pitch calculator",
      "short_name": "Calculator",
      "description": "Open the main calculator",
      "url": "/?utm_source=pwa",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Pitch reference chart",
      "short_name": "Chart",
      "description": "Common roof pitches with angle and slope percentages",
      "url": "/common-roof-pitches?utm_source=pwa",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "How to measure roof pitch",
      "short_name": "Measure",
      "description": "Step-by-step measurement guide",
      "url": "/how-to-measure-roof-pitch?utm_source=pwa",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false
}
