My Dolphin Show 8

My Dolphin Show 8

In this game, you will experience the role of a dolphin in a presentation to the public.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "My Dolphin Show 8",
  "short_name": "Play My Dolphin Show 8 Free Online Game",
  "description": "In this game, you will experience the role of a dolphin in a presentation to the public.",
  "version": "1.0",
  "browser_action": {
    "default_title": "My Dolphin Show 8",
    "default_icon": "128.png"
  },
  "icons": {
    "16": "128.png",
    "48": "128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  }
}