Racing Games - HTML5

Racing Games - HTML5

Play the best driving games about high speeds and fast reaction times

Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "icons/128.png"
  },
  "manifest_version": 2,
  "version": "1.0",
  "name": "Racing Games - HTML5",
  "description": "Play the best driving games about high speeds and fast reaction times",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "https://racinggamesthatarefree.blogspot.com/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx"
}