Fortnite Wallpapers HD

Fortnite Wallpapers HD

Change your new tabs into beautiful Fortnite Wallpapers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "browser_action": {
    "default_icon": "128.png",
    "default_title": "Fortnite Wallpapers HD"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "description": "Change your new tabs into beautiful Fortnite Wallpapers.",
  "icons": {
    "128": "128.png"
  },
  "manifest_version": 2,
  "name": "Fortnite Wallpapers HD",
  "permissions": [
    "tabs"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.1.0"
}