Five Nights at Freddy’s

Five Nights at Freddy’s

Give your Chrome a new look with Five Nights at Freddy’s wallpapers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": true,
    "scripts": [
      "js/five-nights-at-freddys.js"
    ]
  },
  "browser_action": {},
  "chrome_url_overrides": {
    "newtab": "activate.html"
  },
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "128": "icons/five-nights-at-freddys-128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_name__",
  "offline_enabled": false,
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.1"
}