MyFootballTab

MyFootballTab

Install MyFootballTab - your favorite football team backgrounds!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MyFootballTab",
  "short_name": "MyFootballTab",
  "description": "Install MyFootballTab - your favorite football team backgrounds!",
  "version": "1.0.4",
  "icons": {
    "16": "./assets/images/icons/16.png",
    "32": "./assets/images/icons/32.png",
    "64": "./assets/images/icons/64.png",
    "128": "./assets/images/icons/128.png"
  },
  "chrome_url_overrides": {
    "newtab": "./views/newtab.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "unlimitedStorage",
    "storage"
  ],
  "manifest_version": 3,
  "offline_enabled": true,
  "host_permissions": [
    "https://json.geoiplookup.io/*"
  ]
}