{
  "id": "/",
  "name": "مفيد الأستاذ الذكي",
  "short_name": "مفيد الأستاذ الذكي",
  "description": "تطبيق مفيد الأستاذ الذكي للتكوين المهني والتمهين",
  "start_url": "/",
  "scope": "/",
  "lang": "ar",
  "dir": "rtl",
  "display": "fullscreen",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#f8fafc",
  "theme_color": "#16a34a",
  "categories": ["education", "productivity"],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.example.app",
      "id": "com.example.app"
    }
  ],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "launch_handler": {
    "client_mode": "auto"
  },
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "text/plain": [".txt"]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+teacher",
      "url": "/?action=%s"
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "widgets": [
    {
      "name": "مذكرة سريعة",
      "short_name": "مذكرة",
      "description": "أداة لتوليد مذكرة درس سريعة",
      "tag": "quick-lesson",
      "template_url": "/widget.json",
      "ms_ac_template": "/widget.json",
      "data": "/widget-data.json",
      "type": "application/json",
      "auth": false,
      "update": 86400,
      "icons": [
        {
          "src": "/icon.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "note_taking": {
    "new_note_url": "/"
  },
  "scope_extensions": [
    {
      "origin": "https://*.run.app"
    },
    {
      "origin": "https://*.vercel.app"
    }
  ],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "واجهة التطبيق على الحاسوب"
    },
    {
      "src": "/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "form_factor": "narrow",
      "label": "واجهة التطبيق على الهاتف"
    }
  ],
  "shortcuts": [
    {
      "name": "توليد مذكرة درس",
      "short_name": "مذكرة جديدة",
      "description": "ابدأ بتوليد مذكرة درس جديدة",
      "url": "/",
      "icons": [
        {
          "src": "/icon.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
