Five Nights at Freddy's 3 Unblocked Games

Five Nights at Freddy's 3 Unblocked Games

Survive haunted animatronics in an eerie attraction, uncover secrets, and escape the nightmare in this tense FNaF 3 horror game.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "1.2",
  "default_locale": "en",
  "manifest_version": 3,
  "icons": {
    "32": "/icon/fnaf-3-32x32.png",
    "64": "/icon/fnaf-3-64x64.png",
    "128": "/icon/fnaf-3-128x128.png"
  },
  "action": {
    "default_icon": "/icon/fnaf-3-128x128.png",
    "default_title": "Five Nights at Freddy's 3 Online Unblocked Game"
  },
  "background": {
    "service_worker": "/background.js"
  },
  "content_security_policy": {
    "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; object-src 'self' 'unsafe-eval' 'unsafe-inline';child-src 'self' 'unsafe-eval' 'unsafe-inline' ; worker-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; script-src-elem 'self' 'unsafe-eval' blob: 'unsafe-inline'"
  },
  "sandbox": {
    "pages": [
      "index.html"
    ]
  }
}