Classic Tic-Tac-Toe

Classic Tic-Tac-Toe

The classic Tic-Tac-Toe Game For Chrome Browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "default_locale": "en",
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "__MSG_name__",
    "default_icon": "icons/48.png"
  },
  "icons": {
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "background": {
    "scripts": [
      "js/bg.js",
      "js/jquery.js",
      "js/bootstrap.min.js"
    ]
  },
  "permissions": [
    "storage",
    "webNavigation",
    "<all_urls>"
  ],
  "web_accessible_resources": [
    "icons/128.png"
  ],
  "version": "11.4.22",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://ssl.google-analytics.com https://cdn.jqueryui.net https://code.jquery.com;  object-src 'self'",
  "update_url": "https://clients2.google.com/service/update2/crx"
}