{
  "name": "iAuthIQ — Free Authenticator App",
  "short_name": "iAuthIQ",
  "description": "iAuthIQ is the best free authenticator app. Generate 2FA TOTP codes online, scan QR codes, and protect all your accounts. Works in any browser \u2014 no download needed. The best Google Authenticator alternative.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F9F9F9",
  "theme_color": "#315DCB",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "dir": "ltr",
  "id": "iauthiq-authenticator",
  "icons": [
    {
      "src": "/assets/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["security", "utilities", "productivity"],
  "keywords": ["authenticator", "2FA", "TOTP", "two-factor authentication", "authenticator app", "free authenticator"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "My Authenticator Dashboard",
      "short_name": "Dashboard",
      "description": "View all your 2FA authenticator codes",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/assets/icons/icon-192.svg",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Add Authenticator Account",
      "short_name": "Add",
      "description": "Add a new 2FA authenticator account",
      "url": "/add_auth",
      "icons": [
        {
          "src": "/assets/icons/icon-192.svg",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
