Robbers in Town!

Robbers in Town!

Help the two robbers escape town after a robbery, a cool challenging puzzle - adventure game!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "browser_action": {
    "default_icon": "icon16x16.png",
    "default_popup": "popup.html"
  },
  "description": "Help the two robbers escape town after a robbery, a cool challenging puzzle - adventure game!",
  "icons": {
    "16": "icon16x16.png",
    "48": "icon48x48.png",
    "128": "icon128x128.png"
  },
  "manifest_version": 2,
  "name": "Robbers in Town!",
  "permissions": [
    "activeTab"
  ],
  "short_name": "Robbers in Town!",
  "version": "1.5"
}