Ball And Wall

Ball And Wall

Simple arkanoid style game with nice graphics and cool gameplay

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.0.15",
  "icons": {
    "16": "images/icons/16x16.png",
    "32": "images/icons/32x32.png",
    "48": "images/icons/48x48.png",
    "64": "images/icons/64x64.png",
    "128": "images/icons/128x128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "29",
  "app": {
    "background": {
      "scripts": [
        "js/background.js"
      ]
    }
  },
  "permissions": [
    "http://ballandwall.com/",
    "https://ssl.gstatic.com/",
    "https://*.googleapis.com/",
    "https://*.accounts.google.com/",
    "https://www.google-analytics.com/*",
    "storage",
    "identity",
    "webview"
  ],
  "oauth2": {
    "client_id": "42090130333-nugre29nivqt95jps5m446nnhjvc7efl.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/plus.login",
      "https://www.googleapis.com/auth/plus.me"
    ]
  },
  "offline_enabled": true
}