Fireworks Games - Duckie Deck Games

Fireworks Games - Duckie Deck Games

Playing with fireworks can be dangerous, but here, you've got them under your full control.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Fireworks Games - Duckie Deck Games",
  "description": "Playing with fireworks can be dangerous, but here, you've got them under your full control.",
  "version": "1.1",
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://www.duckiedeck.com/play/fireworks?ref=cws"
    ],
    "launch": {
      "web_url": "http://www.duckiedeck.com/play/fireworks?ref=cws"
    }
  },
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": [
    "notifications"
  ]
}