{
  "name": "EmbedNest",
  "short_name": "EmbedNest",
  "description": "Search YouTube videos, open clean YouTube embeds, and save videos in a focused local library.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f8f5ef",
  "theme_color": "#171717",
  "categories": ["entertainment", "music", "video"],
  "icons": [
    {
      "src": "/brand/embednest-favicon-black.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/brand/embednest-favicon-black.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Search YouTube",
      "short_name": "Search",
      "url": "/?q="
    },
    {
      "name": "Open Library",
      "short_name": "Library",
      "url": "/?library=history"
    },
    {
      "name": "Brand Kit",
      "short_name": "Brand",
      "url": "/brand-kit.html"
    }
  ]
}
