{
  "name": "DNA Romance Payments",
  "short_name": "Payments",
  "description": "Subscribe to DNA Romance premium features",
  "start_url": "/pay/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#FF1493",
  "orientation": "portrait-primary",
  "scope": "/pay/",
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/static/images/logos/app-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/images/logos/app-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/static/pay/screenshots/plans.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/static/pay/screenshots/checkout.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "View Plans",
      "short_name": "Plans",
      "description": "Browse subscription plans",
      "url": "/pay/plans/",
      "icons": [{ "src": "/static/pay/icons/plans-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Manage Subscription",
      "short_name": "Manage",
      "description": "View and manage your subscription",
      "url": "/pay/manage/",
      "icons": [{ "src": "/static/pay/icons/manage-96.png", "sizes": "96x96" }]
    }
  ],
  "categories": ["finance", "lifestyle", "health"],
  "prefer_related_applications": false,
  "payment": {
    "supported_methods": [
      "https://play.google.com/billing",
      "https://apps.apple.com/billing"
    ]
  }
}
