Space Adventure Pinball

Space Adventure Pinball

Space Adventure Pinball is a classic pinball game with the theme of the incredible graphic space.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "default_locale": "en",
  "name": "Space Adventure Pinball",
  "short_name": "Play Space Adventure Pinball Free Online Game",
  "description": "Space Adventure Pinball is a classic pinball game with the theme of the incredible graphic space.",
  "version": "1.0",
  "browser_action": {
    "default_title": "Space Adventure Pinball",
    "default_icon": "128.png"
  },
  "icons": {
    "16": "128.png",
    "48": "128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  }
}