{
  "name": "Super One-Liner",
  "short_name": "SOL",
  "description": "Super One-Liner — Film Production Scheduling Platform",
  "display": "standalone",
  "orientation": "any",
  "start_url": "/",
  "scope": "/",
  "theme_color": "#0f172a",
  "background_color": "#0f172a",
  "categories": ["productivity", "business"],
  "icons": [
    {
      "src": "/icons/sol-pwa-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/sol-pwa-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/sol-pwa-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "HUD",
      "short_name": "HUD",
      "url": "/hud",
      "icons": [{ "src": "/icons/sol-pwa-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Shoot",
      "short_name": "Shoot",
      "url": "/shoot",
      "icons": [{ "src": "/icons/sol-pwa-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "My Console",
      "short_name": "Console",
      "url": "/my-console",
      "icons": [{ "src": "/icons/sol-pwa-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "file_handlers": [
    {
      "action": "/view",
      "accept": {
        "application/x-sol": [".sol"],
        "application/x-sol+html": [".sol.html"]
      }
    }
  ],
  "share_target": {
    "action": "/view",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "solfile",
          "accept": ["application/x-sol", "application/x-sol+html", ".sol", ".sol.html"]
        }
      ]
    }
  },
  "related_applications": [
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/com.solpilot.viewer",
      "id": "com.solpilot.viewer"
    }
  ]
}
