{
  "id": "com.zenify.app",
  "name": "Zenify Tune",
  "short_name": "Zenify",
  "description": "Stream your favorite music with Zenify. High-quality audio, sync lyrics, and seamless playback. The best music player for web and mobile.",
  "start_url": "/player",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#09090b",
  "theme_color": "#09090b",
  "orientation": "any",
  "lang": "en",
  "dir": "ltr",
  "categories": ["music", "entertainment", "utilities"],
  "iarc_rating_id": "e8e503eb-7db3-4c9b-986b-7d7b1d9bf5c1",
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.zenify.app",
      "id": "com.zenify.app"
    }
  ],
  "file_handlers": [
    {
      "action": "/player",
      "accept": {
        "audio/mpeg": [".mp3"],
        "audio/ogg": [".ogg"],
        "audio/wav": [".wav"],
        "audio/aac": [".aac"],
        "audio/flac": [".flac"],
        "audio/x-m4a": [".m4a"]
      },
      "icons": [
        {
          "src": "/icon-512.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ],
      "launch_type": "single-client"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+zenify",
      "url": "/player?uri=%s"
    }
  ],
  "share_target": {
    "action": "/player",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "widgets": [
    {
      "name": "Zenify Mini Player",
      "short_name": "Mini Player",
      "description": "Control playback and see what's playing in Zenify.",
      "tag": "zenify-mini-player",
      "template": "mini-player-template",
      "data": "mini-player-data",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/icon-512.png",
          "sizes": "512x512",
          "type": "image/png",
          "label": "Mini Player Widget Preview"
        }
      ]
    }
  ],
  "edge_side_panel": {
    "preferred_width": 360
  },
  "note_taking": {
    "new_note_url": "/player?action=new-note"
  },
  "scope_extensions": [
    {
      "type": "origin",
      "origin": "https://zenifytune.com"
    },
    {
      "type": "origin",
      "origin": "https://*.zenifytune.com"
    }
  ],
  "icons": [
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Web Player",
      "short_name": "Player",
      "description": "Open Zenify Music Player",
      "url": "/player",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Discover Features",
      "short_name": "Features",
      "description": "Explore Zenify Features",
      "url": "/features",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/seo-logo.png",
      "sizes": "2400x2400",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Zenify Premium Look Player"
    },
    {
      "src": "/seo-logo.png",
      "sizes": "2400x2400",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Zenify Mobile Experience"
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
