{
  "name": "Repost PRO",
  "short_name": "Repost PRO",
  "description": "Repost Instagram & TikTok in HD. One tap.",
  "start_url": "/webapp-online?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0d0d2b",
  "theme_color": "#0d0d2b",
  "orientation": "any",
  "icons": [
    {
      "src": "/assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "/webapp-online",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "url": "url",
      "text": "text",
      "title": "title"
    }
  },
  "categories": ["social", "utilities"],
  "lang": "en"
}
