Running Fred Unblocked 66 Games

Running Fred Unblocked 66 Games

Running Fred combines ludicrously natural controls and furiously paced action with the shameless buckets of gore praised

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_title__",
  "version": "2.1",
  "default_locale": "en",
  "description": "__MSG_description__",
  "homepage_url": "https://unblocked66.games/running-fred?utm_source=ext&utm_medium=install&utm_campaign=homepage",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "__MSG_title__",
    "default_icon": {
      "16": "icon16.png",
      "32": "icon32.png",
      "48": "icon48.png",
      "128": "icon128.png",
      "180": "icon180.png"
    }
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self' ; object-src 'self'; child-src 'self'; worker-src 'self'",
    "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; object-src 'self' 'unsafe-eval' blob: 'unsafe-inline';child-src 'self' 'unsafe-eval' blob: 'unsafe-inline' ; worker-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; script-src-elem 'self' 'unsafe-eval' blob: 'unsafe-inline'"
  },
  "sandbox": {
    "pages": [
      "index.html"
    ]
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png",
    "180": "icon180.png"
  }
}