{
  "name": "SkyeMusicNexus Feed",
  "short_name": "Nexus Feed",
  "description": "Free creator social feed for artist posts, release signals, business updates, and SkyeDocxMax creation flows.",
  "start_url": "./feed.html?source=pwa",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#05070a",
  "theme_color": "#6be8d6",
  "categories": ["music", "social", "productivity"],
  "icons": [
    {
      "src": "../assets/skye-music-nexus-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "./feed.html",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
