{
  "id": "com.firebix.app",
  "name": "FireBix",
  "short_name": "FireBix",
  "description": "FireBix Social Discovery Platform",
  "lang": "en",
  "dir": "ltr",
  "categories": ["social", "entertainment", "news"],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",

  "start_url": "./",
  "scope": "./",
  "scope_extensions": [
    { "origin": "https://firebix.com" }
  ],

  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "tabbed",
    "standalone"
  ],
  "orientation": "portrait-primary",

  "background_color": "#ffffff",
  "theme_color": "#ffffff",

  "prefer_related_applications": false,
  "related_applications": [],

  "launch_handler": {
    "client_mode": "focus-existing"
  },

  "edge_side_panel": {
    "preferred_width": 420
  },

  "note_taking": {
    "new_note_url": "./articles/create"
  },

  "icons": [
    {
      "src": "./icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],

  "screenshots": [
    {
      "src": "./uploads/screenshot_1.png",
      "sizes": "1080x2400",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "FireBix Home Feed"
    },
    {
      "src": "./uploads/screenshot_2.png",
      "sizes": "1080x2400",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "FireBix Sparks Shorts"
    },
    {
      "src": "./uploads/screenshot_3.png",
      "sizes": "1080x2400",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "FireBix Posts & Articles"
    },
    {
      "src": "./uploads/screenshot_4.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "FireBix Desktop View"
    }
  ],

  "shortcuts": [
    {
      "name": "Sparks",
      "short_name": "Sparks",
      "description": "Watch trending Sparks short videos",
      "url": "./sparks",
      "icons": [{ "src": "./icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Posts",
      "short_name": "Posts",
      "description": "Explore latest social posts",
      "url": "./posts",
      "icons": [{ "src": "./icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Articles",
      "short_name": "Articles",
      "description": "Read engaging articles",
      "url": "./articles",
      "icons": [{ "src": "./icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Create Content",
      "short_name": "Create",
      "description": "Create a new Post, Spark or Article",
      "url": "./posts/create",
      "icons": [{ "src": "./icons/icon-192.png", "sizes": "192x192" }]
    }
  ],

  "share_target": {
    "action": "./posts/create",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },

  "file_handlers": [
    {
      "action": "./posts/create",
      "name": "Media Files",
      "accept": {
        "image/*": [".jpg", ".jpeg", ".png", ".webp", ".gif"],
        "video/*": [".mp4", ".webm"]
      }
    }
  ],

  "protocol_handlers": [
    {
      "protocol": "web+firebix",
      "url": "./?open=%s"
    }
  ],

  "widgets": [
    {
      "name": "FireBix Trending",
      "short_name": "Trending",
      "description": "Trending Sparks & Feeds on FireBix",
      "tag": "firebix-trending-widget",
      "template": "widget-template",
      "data": "widget-data.json",
      "type": "application/json",
      "auth": false,
      "screenshots": [
        {
          "src": "./uploads/screenshot_1.png",
          "sizes": "1080x2400",
          "label": "Trending Widget Preview"
        }
      ]
    }
  ]
}