Five Nights at Freddy's Game Cursor

Five Nights at Freddy's Game Cursor

Five Nights at Freddy's cursor for chrome. New browser experience with Five Nights at Freddy's cursor extension. For FNaF fans.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Five Nights at Freddy's cursor for chrome. New browser experience with Five Nights at Freddy's cursor extension. For FNaF fans.",
  "name": "Five Nights at Freddy's Game Cursor",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "manifest_version": 2,
  "permissions": [
    "storage",
    "*://*/*"
  ],
  "version": "90.660.128.81",
  "web_accessible_resources": [
    "cur/*.*"
  ]
}