{
  "name": "Drama Rating",
  "short_name": "Drama",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#111827",
  "theme_color": "#ff3355",

  "icons": [
    {
      "src": "/icons/app-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/app-icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/app-icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],

  "shortcuts": [
    {
      "name": "New GIF",
      "short_name": "New GIF",
      "url": "/make",
      "icons": [
        {
          "src": "/icons/shortcut-gif.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Exports",
      "short_name": "Exports",
      "url": "/exports",
      "icons": [
        {
          "src": "/icons/shortcut-exports.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],

  "categories": [ "entertainment", "photo", "video" ],
  "description": "Rate dramas, render GIF/WebM, and share the sparkle 🌟"
}
