Fortnite Pointer

Fortnite Pointer

Install Fortnite cursors pointers for Chrome browser.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Fortnite Pointer",
  "browser_action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "description": "Install Fortnite cursors pointers for Chrome browser.",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "manifest_version": 2,
  "permissions": [
    "storage",
    "cookies",
    "https://gamerstudiofree.com/",
    "http://gamerstudiofree.com/"
  ],
  "version": "1.0.12.12",
  "web_accessible_resources": [
    "cur/*.*"
  ]
}