Parking Panic

Parking Panic

Move cars and bus to get out of a crowded parking.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "5.0",
  "default_locale": "en",
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "launch": {
      "web_url": "https://playzool.com/games/parkingPanic/?fromPartner=chromeWA&utm_source=chromeWA&utm_medium=webapp&utm_campaign=CRparkingPanic&o=portrait",
      "container": "tab"
    }
  },
  "permissions": [
    "unlimitedStorage"
  ]
}