Stick Games

Stick Games

Ride bikes, defend towers, and shoot 2D criminals in online stickman games! Pick A Free Game, and Have Fun!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "manifest_version": 2,
  "version": "0.0.6",
  "icons": {
    "16": "./img/icon_16.png",
    "48": "./img/icon_48.png",
    "128": "./img/icon_128.png"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://www.google-analytics.com https://www.googletagmanager.com https://www.dogames.net; object-src 'self'; img-src https://www.googletagmanager.com https://www.google-analytics.com https://img.dogames.net; connect-src https://www.dogames.net/ https://www.google-analytics.com",
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "browser_action": {
    "default_icon": "./img/icon_48.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "contextMenus",
    "contentSettings"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.dogames.net/*"
    ]
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}