FNF - Friday Night Funkin Game New Tab

FNF - Friday Night Funkin Game New Tab

Have fun with this new game Super Friday Night Funkin 'a new game in this fabulous saga !!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "manifest_version": 3,
  "name": "__MSG_name__",
  "version": "1.0.0.0",
  "description": "__MSG_description__",
  "default_locale": "en",
  "icons": {
    "128": "images/128.png"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "chrome_url_overrides": {
    "newtab": "tab.html"
  },
  "permissions": [
    "tabs"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "*"
      ],
      "matches": [
        "https://*.game-tab.com/*"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://*.game-tab.com/*"
    ]
  }
}