Rush On

Rush On

Distract yourself by playing impossible Rush on New tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Rush On",
  "description": "Distract yourself by playing impossible Rush on New tab",
  "manifest_version": 2,
  "version": "1.1",
  "icons": {
    "32": "img/rush32.png",
    "64": "img/rush64.png"
  },
  "chrome_url_overrides": {
    "newtab": "impossible_rush.html"
  }
}