Fortnite Stats

Fortnite Stats

View the stats of any player of fortnite battle royale.

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 Stats",
  "description": "View the stats of any player of fortnite battle royale.",
  "version": "1.0.0",
  "browser_action": {
    "default_icon": {
      "16": "images/image-16x16.png",
      "24": "images/image-24x24.png",
      "32": "images/image-32x32.png",
      "48": "images/image-48x48.png",
      "64": "images/image-64x64.png",
      "128": "images/image-128x128.png",
      "256": "images/image-256x256.png"
    },
    "default_popup": "popup.html",
    "default_title": "Test Chrome Extension"
  },
  "icons": {
    "16": "images/image-16x16.png",
    "24": "images/image-24x24.png",
    "32": "images/image-32x32.png",
    "48": "images/image-48x48.png",
    "64": "images/image-64x64.png",
    "128": "images/image-128x128.png",
    "256": "images/image-256x256.png"
  },
  "permissions": [
    "tabs"
  ]
}