{
  "name": "twiliphone",
  "short_name": "twiliphone",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#f3f6fb",
  "theme_color": "#2563eb",
  "description": "Authenticated Twilio call-target helper and phone utility PWA",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "/static/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Call target",
      "short_name": "Call",
      "url": "/app/call",
      "description": "Set the active Twilio forwarding target"
    },
    {
      "name": "Phone formatter",
      "short_name": "Format",
      "url": "/utility/phone-format",
      "description": "Format and inspect phone numbers"
    }
  ]
}
