{
  "name": "Possena",
  "short_name": "Possena",
  "description": "Possena reads a job posting the way a recruiter does, and tells you honestly whether it is worth your evening.",
  "start_url": "/home",
  "scope": "/",
  "display": "standalone",
  "background_color": "#030A1E",
  "theme_color": "#030A1E",
  "orientation": "portrait",
  "categories": ["productivity", "business"],
  "icons": [
    { "src": "/app/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/app/icon-512.png", "sizes": "512x512", "type": "image/png" },
    {
      "src": "/app/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": { "title": "title", "text": "text", "url": "url" }
  }
}
