{
  "name": "Super One-Liner",
  "short_name": "SOL",
  "description": "Super One-Liner — Film Production Scheduling Platform",
  "display": "standalone",
  "orientation": "portrait",
  "start_url": "/",
  "scope": "/",
  "theme_color": "#0f172a",
  "background_color": "#0f172a",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "file_handlers": [
    {
      "action": "/view",
      "accept": {
        "application/x-sol": [".sol"]
      }
    }
  ],
  "share_target": {
    "action": "/view",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "url": "url",
      "title": "title"
    }
  },
  "related_applications": [
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/com.solpilot.viewer",
      "id": "com.solpilot.viewer"
    }
  ]
}
