{
  "id": "/cfb-football-predictor/",
  "name": "CFB Prophet: College Football AI Predictor",
  "short_name": "CFB Prophet",
  "description": "Simulate 10,000 drives, tune custom AI scenarios, and project CFP Playoff paths for top college football powerhouses.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "tabbed", "standalone", "minimal-ui"],
  "background_color": "#07090E",
  "theme_color": "#07090E",
  "orientation": "any",
  "lang": "en",
  "dir": "ltr",
  "categories": ["sports", "entertainment", "games"],
  "prefer_related_applications": false,
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://jajo9147.github.io/cfb-football-predictor/manifest.json",
      "id": "com.cfbprophet.app"
    }
  ],
  "scope_extensions": [
    {
      "origin": "https://jajo9147.github.io"
    }
  ],
  "icons": [
    {
      "src": "icons/icon-48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "icons/screenshot-desktop.jpg",
      "sizes": "1376x768",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "CFB Prophet Desktop 12-Team CFP Simulator"
    },
    {
      "src": "icons/screenshot-mobile.png",
      "sizes": "1206x2622",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "CFB Prophet Mobile Schedule & Live Simulation"
    }
  ],
  "shortcuts": [
    {
      "name": "12-Team CFP Playoff",
      "short_name": "Playoffs",
      "description": "View live 12-Team Playoff Bracket and National Championship projections",
      "url": "./index.html#playoffs",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "Prophet AI's Picks",
      "short_name": "AI Picks",
      "description": "Compare your predictions against Prophet AI's Golden Standard",
      "url": "./index.html#vault",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    }
  ],
  "share_target": {
    "action": "./index.html",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "file_handlers": [
    {
      "action": "./index.html",
      "accept": {
        "application/json": [".json"]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+cfbprophet",
      "url": "./index.html?s=%s"
    }
  ],
  "widgets": [
    {
      "name": "CFB Prophet Standings Widget",
      "short_name": "CFB Standings",
      "description": "Live College Football Playoff rankings and Prophet AI benchmarks",
      "tag": "cfb-standings",
      "template": "widget-template",
      "ms_ac_template": "widgets/standings.json",
      "data": "data/teams.js",
      "type": "application/json",
      "screenshots": [
        {
          "src": "icons/screenshot-desktop.jpg",
          "sizes": "1376x768",
          "label": "CFB Prophet Standings Widget"
        }
      ],
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "note_taking": {
    "new_note_url": "./index.html#vault"
  },
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "edge_side_panel": {
    "preferred_width": 480
  },
  "handle_links": "preferred"
}
