Penalty Shooters 2

Penalty Shooters 2

Select goals to win the tournament of football! Penalty Shooters 2

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Penalty Shooters 2",
  "short_name": "Play Penalty Shooters 2 Free Online Game",
  "description": "Select goals to win the tournament of football! Penalty Shooters 2",
  "version": "2.0",
  "browser_action": {
    "default_title": "Penalty Shooters 2",
    "default_icon": "128.png"
  },
  "icons": {
    "16": "128.png",
    "48": "128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  }
}