Antarctic Penguin Run

Antarctic Penguin Run

Run with Fox Penguin and his friends in the delightful world.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Antarctic Penguin Run",
  "short_name": "Fox Penguin Run!",
  "description": "Run with Fox Penguin and his friends in the delightful world.",
  "version": "1.1.2",
  "icons": {
    "16": "img/icon16.png",
    "128": "img/icon128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "js/main.js"
      ]
    }
  }
}