Tic Tac Toe

Tic Tac Toe

Also known as naughts and crosses, xy Ozees and wick wack woe.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Tic Tac Toe",
  "version": "1.5.1",
  "description": "Also known as naughts and crosses, xy Ozees and wick wack woe.",
  "icons": {
    "16": "16.ico",
    "48": "48.ico",
    "128": "128.ico"
  },
  "offline_enabled": true,
  "permissions": [
    "storage",
    "clipboardRead",
    "clipboardWrite",
    "contextMenus"
  ],
  "app": {
    "launch": {
      "local_path": "index.html"
    }
  }
}