{
  "name": "TiME Platform",
  "short_name": "TiME",
  "description": "منصة مراسلة فورية آمنة بتشفير E2E كامل — Secure E2E encrypted messaging platform",
  "start_url": "/?source=pwa",
  "id": "/?source=pwa",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "tabbed", "standalone", "minimal-ui"],
  "background_color": "#030006",
  "theme_color": "#b721ff",
  "orientation": "portrait-primary",
  "dir": "rtl",
  "lang": "ar",
  "scope": "/",
  "scope_extensions": [
    { "origin": "*.firebaseapp.com" }
  ],
  "categories": ["social", "communication", "utilities"],
  "iarc_rating_id": "e58c174a-81d2-5c3c-32cc-34b8de4a52e9",
  "note_taking": {
    "new_note_url": "/?action=new"
  },
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "رسالة جديدة",
      "short_name": "محادثة",
      "description": "بدء محادثة جديدة",
      "url": "/?action=new",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "مجموعة جديدة",
      "short_name": "مجموعة",
      "description": "إنشاء مجموعة جديدة",
      "url": "/?action=group",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "screenshots": [
    {
      "src": "screenshot_narrow.png",
      "sizes": "720x1280",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "TiME — واجهة الصفحة الرئيسية على الهاتف"
    },
    {
      "src": "screenshot_wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "TiME — واجهة الصفحة الرئيسية على الكمبيوتر"
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.time.app",
      "id": "com.time.app"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+time",
      "url": "/?action=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/?action=open",
      "accept": {
        "text/plain": [".txt", ".md"],
        "image/*": [".png", ".jpg", ".jpeg", ".gif"]
      }
    }
  ],
  "widgets": [
    {
      "name": "TiME Quick Actions",
      "description": "Access TiME directly from your home screen",
      "tag": "time-widget",
      "ms_ac_template": "widgets/template.json",
      "data": "widgets/data.json",
      "type": "application/json"
    }
  ],
  "share_target": {
    "action": "/?action=share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "handle_links": "preferred",
  "edge_side_panel": {
    "preferred_width": 400
  }
}
