{
  "id": "/",
  "scope": "/",
  "start_url": "./?source=pwa",
  "short_name": "My Movie",
  "name": "My Movie - Live Your Story",
  "description": "Create your life movie now and track your health, spiritual, career, and the rest of the 7 stabilities. اصنع فيلم حياتك الآن وتتبع استقرارك الصحي والروحي والمهني وباقي الاستقرارات السبعة.",
  "display": "standalone",
  "display_override": ["tabbed", "window-controls-overlay", "standalone"],
  "tab_strip": {
    "home_tab": {
      "visibility": "auto"
    }
  },
  "background_color": "#050505",
  "theme_color": "#E84222",
  "orientation": "portrait-primary",
  "dir": "rtl",
  "lang": "ar",
  "iarc_rating_id": "e84b072d-253a-44f6-a851-2081822830f5",
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.mymovie.app",
      "id": "com.mymovie.app"
    },
    {
      "platform": "webapp",
      "url": "https://digipworld.github.io/my-movie-life/manifest_v2.json"
    }
  ],
  "categories": ["lifestyle", "health", "productivity", "utilities"],
  "icons": [
    {
      "src": "./assets/icons/logo-my-movie/icon-64.png",
      "sizes": "64x64",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./assets/icons/logo-my-movie/icon-92.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./assets/icons/logo-my-movie/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./assets/icons/logo-my-movie/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "المحركات السبعة",
      "short_name": "Engines",
      "description": "اذهب للوحة القيادة",
      "url": "./?action=dashboard",
      "icons": [{"src": "./assets/icons/logo-my-movie/icon-192.png", "sizes": "192x192", "type": "image/png"}]
    },
    {
      "name": "المخرج الصوتي",
      "short_name": "Gemini AI",
      "description": "تحدث مع الذكاء الاصطناعي",
      "url": "./?action=voice",
      "icons": [{"src": "./assets/icons/logo-my-movie/icon-192.png", "sizes": "192x192", "type": "image/png"}]
    }
  ],
  "widgets": [
    {
      "name": "إستمرارية البطل (Streak)",
      "short_name": "Streak",
      "description": "تتبع أيام التزامك المتتالية",
      "tag": "streak_widget",
      "template_url": "widget/streak.json",
      "ms_ac_filepath": "widget/streak.json",
      "type": "application/json",
      "auth_base_uri": "https://digipworld.github.io/my-movie-life/",
      "icons": [{"src": "./assets/icons/logo-my-movie/icon-512.png", "sizes": "512x512", "type": "image/png"}]
    },
    {
      "name": "الصحة الشاملة",
      "short_name": "Health",
      "description": "نبض، مشي، وسعرات",
      "tag": "health_widget",
      "template_url": "widget/health.json",
      "ms_ac_filepath": "widget/health.json",
      "type": "application/json",
      "auth_base_uri": "https://digipworld.github.io/my-movie-life/",
      "icons": [{"src": "./assets/icons/logo-my-movie/icon-512.png", "sizes": "512x512", "type": "image/png"}]
    },
    {
      "name": "ملاحظة سريعة",
      "short_name": "Quick Note",
      "description": "إضافة ملاحظة صوتية أو نصية",
      "tag": "note_widget",
      "template_url": "widget/quick_note.json",
      "ms_ac_filepath": "widget/quick_note.json",
      "type": "application/json",
      "auth_base_uri": "https://digipworld.github.io/my-movie-life/",
      "icons": [{"src": "./assets/icons/logo-my-movie/icon-512.png", "sizes": "512x512", "type": "image/png"}]
    },
    {
      "name": "مهمة سريعة",
      "short_name": "Quick Task",
      "description": "إضافة هدف أو مهمة",
      "tag": "task_widget",
      "template_url": "widget/quick_task.json",
      "ms_ac_filepath": "widget/quick_task.json",
      "type": "application/json",
      "auth_base_uri": "https://digipworld.github.io/my-movie-life/",
      "icons": [{"src": "./assets/icons/logo-my-movie/icon-512.png", "sizes": "512x512", "type": "image/png"}]
    },
    {
      "name": "تقويم فيلمي",
      "short_name": "Calendar",
      "description": "طرق عرض متعددة للتقويم",
      "tag": "calendar_widget",
      "template_url": "widget/calendar.json",
      "ms_ac_filepath": "widget/calendar.json",
      "type": "application/json",
      "auth_base_uri": "https://digipworld.github.io/my-movie-life/",
      "icons": [{"src": "./assets/icons/logo-my-movie/icon-512.png", "sizes": "512x512", "type": "image/png"}]
    }
  ],
  "file_handlers": [
    {
      "action": "./?voice=upload",
      "accept": {
        "audio/*": [".wav", ".mp3", ".m4a"]
      }
    }
  ],
  "share_target": {
    "action": "./?shared=true",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+mymovie",
      "url": "./?action=%s"
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "note_taking": {
    "new_note_url": "./?note=new"
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "scope_extensions": [
    { "origin": "https://*.mymovielife.com" },
    { "origin": "https://*.mymovielive.com" },
    { "origin": "https://*.github.io" }
  ],
  "screenshots": [
    { "src": "./assets/screenshots/laptop/screenshot1.png", "sizes": "1920x1080", "type": "image/png", "form_factor": "wide" },
    { "src": "./assets/screenshots/laptop/screenshot4.png", "sizes": "1920x1080", "type": "image/png", "form_factor": "wide" },
    { "src": "./assets/screenshots/laptop/screenshot7.png", "sizes": "1920x1080", "type": "image/png", "form_factor": "wide" },
    { "src": "./assets/screenshots/phone/screenshotphone1.png", "sizes": "1080x1920", "type": "image/png", "form_factor": "narrow" },
    { "src": "./assets/screenshots/phone/screenshotphone5.png", "sizes": "1080x1920", "type": "image/png", "form_factor": "narrow" },
    { "src": "./assets/screenshots/phone/screenshotphone10.png", "sizes": "1080x1920", "type": "image/png", "form_factor": "narrow" }
  ]
}
