{
  "name": "SurveyMax - Earn Cash for Tasks",
  "short_name": "SurveyMax",
  "description": "Complete paid surveys, writing tasks, trivia games, software reviews & micro-tasks. Earn real rewards today!",
  "start_url": "/dashboard/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0f1729",
  "theme_color": "#6366f1",
  "orientation": "portrait",
  "lang": "en-US",
  "categories": ["finance", "productivity", "business", "lifestyle"],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce5e1fc5",

  "icons": [
    {
      "src": "/static/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/maskable-icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/icons/maskable-icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],

  "screenshots": [
    {
      "src": "/static/screenshots/icon-1080x1920.jpg",
      "sizes": "1080x1920",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Your earnings dashboard at a glance"
    },
    {
      "src": "/static/screenshots/icon-1080x1920.jpg",
      "sizes": "1080x1920",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Browse available paid tasks"
    },
    {
      "src": "/static/screenshots/icon-1080x1920.jpg",
      "sizes": "1080x1920",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Complete academic & article writing tasks"
    },
    {
      "src": "/static/screenshots/icon-1080x1920.jpg",
      "sizes": "1080x1920",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Play trivia games & win rewards"
    },
    {
      "src": "/static/screenshots/icon-1080x1920.jpg",
      "sizes": "1080x1920",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Withdraw your earnings securely"
    },
    {
      "src": "/static/screenshots/icon-1280x800.jpg",
      "sizes": "1280x800",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Desktop dashboard experience"
    },
    {
      "src": "/static/screenshots/icon-1280x800.jpg",
      "sizes": "1280x800",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Task browsing on desktop"
    }
  ],

  "shortcuts": [
    {
      "name": "Available Tasks",
      "short_name": "Tasks",
      "description": "View all paid tasks ready for you",
      "url": "/tasks/",
      "icons": [
        {
          "src": "/static/icons/icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Earnings",
      "short_name": "Earnings",
      "description": "Track your balance and withdrawal history",
      "url": "/wallet/",
      "icons": [
        {
          "src": "/static/icons/icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Writing Tasks",
      "short_name": "Writing",
      "description": "Academic & article writing opportunities",
      "url": "/tutors/",
      "icons": [
        {
          "src": "/static/icons/icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Trivia Games",
      "short_name": "Trivia",
      "description": "Play and earn with trivia challenges",
      "url": "/tasks/",
      "icons": [
        {
          "src": "/static/icons/icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Surveys",
      "short_name": "Surveys",
      "description": "Share your opinion and earn",
      "url": "/surveys/",
      "icons": [
        {
          "src": "/static/icons/icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],

  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "screenshot",
          "accept": ["image/jpeg", "image/png"]
        }
      ]
    }
  },

  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.surveymax.app",
      "id": "com.surveymax.app"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/surveymax/id1234567890"
    }
  ],

  "prefer_related_applications": false,

  "display_override": ["window-controls-overlay", "standalone", "browser"],

  "edge_side_panel": {
    "preferred_width": 400
  },

  "launch_handler": {
    "client_mode": ["focus-existing", "auto"]
  },



  "categories_override": ["productivity", "finance"],

  "protocol_handlers": [
    {
      "protocol": "web+surveymax",
      "url": "/handle-task?task=%s"
    }
  ]
}