Police Drift & Stunt

Police Drift & Stunt

Drive a police car in this very mass simulator! Explore the city the way you like it best and turn on nitro.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Police Drift & Stunt",
  "short_name": "Play Police Drift & Stunt Online Game",
  "description": "Drive a police car in this very mass simulator! Explore the city the way you like it best and turn on nitro.",
  "version": "1.0",
  "browser_action": {
    "default_title": "Police Drift & Stunt",
    "default_icon": "128.png"
  },
  "icons": {
    "16": "128.png",
    "48": "128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  }
}