{
  "id": "/",
  "name": "Moodfilm — Find Your Film by Mood",
  "short_name": "Moodfilm",
  "description": "Describe your mood. AI picks the perfect film for this exact moment. Free, no sign-up.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "tabbed",
    "standalone"
  ],
  "orientation": "portrait-primary",
  "background_color": "#0D0D0F",
  "theme_color": "#0D0D0F",
  "lang": "en-IN",
  "dir": "ltr",
  "categories": [
    "entertainment",
    "lifestyle"
  ],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/screen1.png",
      "sizes": "1289x2218",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Welcome screen — find movies by mood"
    },
    {
      "src": "screenshots/screen2.png",
      "sizes": "1289x2221",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Describe how you're feeling"
    },
    {
      "src": "screenshots/screen3.png",
      "sizes": "1289x2240",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Choose what you need from a film"
    },
    {
      "src": "screenshots/screen4.png",
      "sizes": "1289x2240",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Pick your language preference"
    },
    {
      "src": "screenshots/screen5.png",
      "sizes": "1289x2235",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Your top pick with mood-match score"
    },
    {
      "src": "screenshots/screen6.png",
      "sizes": "1289x2227",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "More films curated for your mood"
    }
  ],
  "shortcuts": [
    {
      "name": "Find a Film",
      "short_name": "Find Film",
      "description": "Jump straight to mood input",
      "url": "/",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "mood",
      "text": "mood",
      "url": "url"
    }
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "protocol_handlers": [
    {
      "protocol": "web+moodfilm",
      "url": "/?mood=%s"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "note_taking": {
    "new_note_url": "/"
  },
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "text/plain": [
          ".txt"
        ],
        "text/csv": [
          ".csv"
        ]
      }
    }
  ],
  "scope_extensions": [
    {
      "origin": "https://aaronkankipati.github.io"
    }
  ],
  "related_applications": []
}