{
  "id": "/",
  "name": "Movie Browser",
  "short_name": "MovieBrowser",
  "description": "Track, discover and find where to watch TV shows and movies",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#000000",
  "theme_color": "#000000",
  "categories": ["entertainment", "lifestyle"],
  "icons": [
    {
      "src": "/images/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/images/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/images/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/browse",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Trending Movies",
      "short_name": "Trending",
      "url": "/browse?sort=trending",
      "description": "See what's trending right now"
    },
    {
      "name": "My Watchlist",
      "short_name": "Watchlist",
      "url": "/watchlist",
      "description": "View your watchlist"
    },
    {
      "name": "Browse",
      "short_name": "Browse",
      "url": "/browse",
      "description": "Discover movies and TV shows"
    }
  ]
}
