{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",

  "name": "AurorIQ — Free IQ Test",
  "short_name": "AurorIQ",
  "description": "The most accurate free adaptive IQ test online. 25 questions, instant results, IRT scoring. No email required.",

  "start_url": "/iq-test/",
  "scope": "/",
  "id": "auroriq-pwa-v1",

  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "orientation": "portrait-primary",

  "background_color": "#0f0a1e",
  "theme_color": "#9269f3",

  "lang": "en",
  "dir": "ltr",

  "categories": ["education", "productivity", "health"],
  "iarc_rating_id": "",

  "icons": [
    {
      "src": "/assets/images/icons/favicon-16.png",
      "sizes": "16x16",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/images/icons/favicon-32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/images/icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/images/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/images/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/images/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/images/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],

  "screenshots": [
    {
      "src": "/assets/images/og/og-iq-test.jpg",
      "sizes": "1200x630",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "AurorIQ adaptive IQ test interface"
    },
    {
      "src": "/assets/images/og/og-home.jpg",
      "sizes": "1200x630",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "AurorIQ homepage — start your free IQ test"
    }
  ],

  "shortcuts": [
    {
      "name": "Take IQ Test",
      "short_name": "Start Test",
      "description": "Jump straight into the adaptive IQ test",
      "url": "/iq-test/",
      "icons": [
        {
          "src": "/assets/images/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Results",
      "short_name": "Results",
      "description": "View your most recent IQ test results",
      "url": "/iq-test/results/",
      "icons": [
        {
          "src": "/assets/images/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "IQ Score Guide",
      "short_name": "Score Guide",
      "description": "Understand what IQ scores mean",
      "url": "/iq-scores/",
      "icons": [
        {
          "src": "/assets/images/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],

  "related_applications": [],
  "prefer_related_applications": false,

  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },

  "protocol_handlers": [],

  "edge_side_panel": {
    "preferred_width": 480
  }
}
