Superhero Dino Game

Superhero Dino Game

Customise chrome's offline running dino game between Naruto,Mario and Batman themes to play online/offline

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "naruto-menu.png"
  },
  "description": "Customise chrome's offline running dino game between Naruto,Mario and Batman themes to play online/offline",
  "manifest_version": 2,
  "name": "Superhero Dino Game",
  "options_page": "index.html",
  "version": "1.1.2",
  "web_accessible_resources": [
    "index.css",
    "option.js"
  ]
}