[FNAF] Five Nights at Freddy's Games

[FNAF] Five Nights at Freddy's Games

Five Nights at Freddy's is a horror story about toys that come to live. Play FNAF games and try to not cry!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "[FNAF] Five Nights at Freddy's Games",
  "short_name": "FNAF",
  "description": "Five Nights at Freddy's is a horror story about toys that come to live. Play FNAF games and try to not cry!",
  "version": "1.0.2",
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png",
    "256": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "FNAF"
  }
}