Real City Truck Simulator

Real City Truck Simulator

Drive several loading trucks in the real game City Truck Simulator in a big city!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "default_locale": "en",
  "name": "Real City Truck Simulator",
  "short_name": "Play Real City Truck Simulator Free Online Game",
  "description": "Drive several loading trucks in the real game City Truck Simulator in a big city!",
  "version": "1.0",
  "browser_action": {
    "default_title": "Real City Truck Simulator",
    "default_icon": "128.png"
  },
  "icons": {
    "16": "128.png",
    "48": "128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  }
}