Fortnite 4k Wallpapers New Tab Theme

Fortnite 4k Wallpapers New Tab Theme

Ultra Clear Fortnite wallpaper with new tabs. updates evrey day

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Fortnite 4k Wallpapers New Tab Theme",
  "description": "Ultra Clear Fortnite wallpaper with new tabs. updates evrey day",
  "version": "1.6",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "chrome_url_overrides": {
    "newtab": "hypertextmarkuplanguage.html"
  }
}