Scurry

Scurry

Play as a cockroach who is running through a grocery store, avoid obstacles, get sweet power-ups, and try not to go splat!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "description": "Play as a cockroach who is running through a grocery store, avoid obstacles, get sweet power-ups, and try not to go splat!",
  "icons": {
    "16": "images/icons/Icon-16.png",
    "128": "images/icons/Icon-128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApffP1qFLK2b/tbwN7MTMqqP6SNc36oQ0/JlhBT8GXJU3LX6A1Gu2UUDh4qSuCCbW9hj95rzfaMmeMpAWdANPVnyL8wqTKR2WG2DUwKDiuYkJ+8Js6emKlMhvJ9xSYDLgBsywJVkbIPZ3G0KyTYiS7tD3dlVuDL/ecdKkySzB2hQx7lx6qd/1vlv01+KHNSzgv0nkACPCJevEL2YZzRPpLq0BuSRImRW3tDFFx4rH295q9Bc9RL59uunbKrvIBRa45jpO/mZgaSWKWF31O9Amt5FyRRPNa+FsoMhqsitSSR9Vwu3MN2cMLGrxtdiCiiOQT8wOEp13IaseppLYwaWVPwIDAQAB",
  "manifest_version": 2,
  "name": "Scurry",
  "permissions": [
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.4"
}