Games: Skyscraper Building Game

Games: Skyscraper Building Game

See how tall you can build a skyscraper building with this easy to play and fun game.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Games: Skyscraper Building Game",
  "short_name": "Building Game",
  "version": "0.1.7",
  "description": "See how tall you can build a skyscraper building with this easy to play and fun game.",
  "offline_enabled": false,
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Games: Skyscraper Building Game",
    "default_icon": "icon_128.png"
  },
  "permissions": [
    "tabs"
  ]
}