Big Farm Install

Big Farm Install

Play the popular game Big Farm Install online!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Big Farm Install",
  "version": "3.0.1",
  "manifest_version": 2,
  "description": "Play the popular game Big Farm Install online!",
  "homepage_url": "http://bigfarm.99freegames.net/",
  "icons": {
    "16": "icons/16x16.png",
    "48": "icons/48x48.png",
    "128": "icons/128x128.png"
  },
  "default_locale": "en",
  "background": {
    "page": "src/bg/background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": "icons/22x22.png",
    "default_title": "Big Farm Install",
    "default_popup": "src/browser_action/browser_action.html"
  },
  "permissions": [
    "bookmarks",
    "http://bigfarm.99freegames.net/"
  ]
}