Mini Golf Adventure

Mini Golf Adventure

Play a game of mini Golf super fun Mini Golf Adventure!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Mini Golf Adventure",
  "short_name": "Play Mini Golf Adventure Free Online Game",
  "description": "Play a game of mini Golf super fun Mini Golf Adventure!",
  "version": "1.0",
  "browser_action": {
    "default_title": "Papa's Cupcakeria",
    "default_icon": "128.png"
  },
  "icons": {
    "16": "128.png",
    "48": "128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  }
}