{
  "id": "/pwa/",
  "name": "Misrot AI - חיפוש עבודה חכם",
  "short_name": "Misrot",
  "description": "חיפוש עבודה חכם עם בינה מלאכותית. Swipe על משרות ושלח מועמדות בקליק",
  "start_url": "/pwa/",
  "scope": "/pwa/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#F7F9FC",
  "theme_color": "#2979FF",
  "orientation": "portrait-primary",
  "dir": "rtl",
  "lang": "he",
  
  "icons": [
    {
      "src": "/pwa/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/pwa/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  
  "screenshots": [
    {
      "src": "/pwa/screenshots/search-screen.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "מסך חיפוש חכם עם AI"
    },
    {
      "src": "/pwa/screenshots/swipe-screen.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Swipe על משרות"
    },
    {
      "src": "/pwa/screenshots/job-card.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "כרטיס משרה מפורט"
    },
    {
      "src": "/pwa/screenshots/applications.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "מעקב אחרי מועמדויות"
    },
    {
      "src": "/pwa/screenshots/profile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "פרופיל וקורות חיים"
    },
    {
      "src": "/pwa/screenshots/tablet-wide.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "תצוגת טאבלט"
    }
  ],
  
  "categories": ["business", "productivity", "utilities"],
  
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.misrot.twa",
      "id": "com.misrot.twa"
    }
  ],
  "prefer_related_applications": false,
  
  "scope_extensions": [
    {
      "origin": "https://misrot.com"
    },
    {
      "origin": "https://www.misrot.com"
    }
  ],
  
  "shortcuts": [
    {
      "name": "חיפוש חדש",
      "short_name": "חיפוש",
      "description": "התחל חיפוש משרות חדש",
      "url": "/pwa/?action=search",
      "icons": [
        {
          "src": "/pwa/icons/search-shortcut.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "המועמדויות שלי",
      "short_name": "מועמדויות",
      "description": "צפה במועמדויות שהגשת",
      "url": "/pwa/?action=applications",
      "icons": [
        {
          "src": "/pwa/icons/applications-shortcut.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "העלה CV",
      "short_name": "CV",
      "description": "עדכן את קורות החיים שלך",
      "url": "/pwa/?action=profile",
      "icons": [
        {
          "src": "/pwa/icons/cv-shortcut.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  
  "share_target": {
    "action": "/pwa/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "cv",
          "accept": ["application/pdf", ".pdf", "application/msword", ".doc", ".docx"]
        }
      ]
    }
  },
  
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  
  "protocol_handlers": [
    {
      "protocol": "web+misrot",
      "url": "/pwa/?job=%s"
    }
  ],
  
  "permissions": [
    "notifications",
    "geolocation"
  ],
  
  "file_handlers": [
    {
      "action": "/pwa/upload-cv",
      "accept": {
        "application/pdf": [".pdf"],
        "application/msword": [".doc"],
        "application/vnd.openxmlformats-officedocument.wordprocessingml.document": [".docx"]
      }
    }
  ]
}