Dinosty

Dinosty

The original T-Rex game made by Google™ turned into an app.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Dinosty",
  "description": "The original T-Rex game made by Google™ turned into an app.",
  "minimum_chrome_version": "35.0.0.0",
  "version": "1.3",
  "icons": {
    "16": "icon.png",
    "128": "icon.png"
  },
  "app": {
    "background": {
      "scripts": [
        "main.js"
      ]
    }
  },
  "offline_enabled": true,
  "permissions": []
}