{
  "manifest_version": 3,
  "name": "FootyTabs - Premier League New Tab",
  "version": "1.0.0",
  "description": "A beautiful new tab extension for Premier League fans with live standings, fixtures, weather, and personalized team stats.",
  "author": "Your Name",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "storage",
    "geolocation"
  ],
  "host_permissions": [
    "https://api.openweathermap.org/*",
    "https://www.thesportsdb.com/*",
    "https://api.quotable.io/*"
  ],
  "icons": {
    "16": "favicon.ico",
    "48": "favicon.ico",
    "128": "favicon.ico"
  },
  "action": {
    "default_title": "FootyTabs"
  }
}
