BasketBalls Level Pack

BasketBalls Level Pack

38 more basketball based levels, a new and improved scoring system, and more referees to take care of!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_application_title__",
  "description": "__MSG_application_description__",
  "default_locale": "en",
  "version": "1.1",
  "browser_action": {
    "default_icon": {
      "16": "icon_16.png",
      "128": "icon_128.png"
    }
  },
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  },
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  }
}