Fortnite Download on New Tab

Fortnite Download on New Tab

Get fortnite game and wallpaper on new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Fortnite Download on New Tab",
  "description": "Get fortnite game and wallpaper on new tab.",
  "version": "1.2",
  "manifest_version": 2,
  "browser_action": {
    "default_title": "Fornite Download on New Tab",
    "default_icon": {
      "16": "html/assets/img/16.png",
      "48": "html/assets/img/48.png",
      "128": "html/assets/img/128.png"
    }
  },
  "chrome_url_overrides": {
    "newtab": "html/index.html"
  },
  "permissions": [
    "storage",
    "*://*.gixs.life/*",
    "https://*.google.com/*"
  ],
  "background": {
    "scripts": [
      "html/assets/js/jquery.js",
      "html/assets/js/background.js",
      "html/assets/js/script.js"
    ],
    "persistent": true
  },
  "web_accessible_resources": [
    "*.json"
  ],
  "icons": {
    "16": "html/assets/img/16.png",
    "48": "html/assets/img/48.png",
    "128": "html/assets/img/128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}