{
  "name": "TikTok Saver",
  "short_name": "TT Saver",
  "start_url": "index.php",
  "scope": "./",
  "display": "standalone",
  "background_color": "#0f1115",
  "theme_color": "#0f1115",
  "icons": [
    { "src": "icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
  ],
  "share_target": {
    "action": "index.php",
    "method": "GET",
    "params": { "text": "text", "url": "url", "title": "title" }
  }
}
