{
  "name": "PCTWC — Pima County/Tucson Women's Commission",
  "short_name": "PCTWC",
  "description": "The Commission's own app — meetings, calendar, the 50th, the community feed, and the Commissioner Command Center. Serving women and girls since 1975.",
  "start_url": "./login.html",
  "scope": "./",
  "id": "pctwc-app",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#fbf7f2",
  "theme_color": "#6b2d5c",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["government", "social", "education"],
  "icons": [
    { "src": "app/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "app/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "app/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Community feed",
      "short_name": "Community",
      "description": "What the Commission is doing right now",
      "url": "./community/",
      "icons": [{ "src": "app/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Calendar",
      "short_name": "Calendar",
      "description": "Meetings and events",
      "url": "./#calendar",
      "icons": [{ "src": "app/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "The 50th",
      "short_name": "50th",
      "description": "August 26, 2026 — Women's Equality Day",
      "url": "./#fifty",
      "icons": [{ "src": "app/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
