Tic Tac Toe

Tic Tac Toe

TLDR; Lets you kill some boredom :) A very light weight tic tac toe game that run in your browser's tool bar. Whenever you have a wait time (read loading due to slow internet) time for TicTacToe

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "Lets you kill some boredom :) ",
  "manifest_version": 2,
  "name": "Tic Tac Toe",
  "version": "1.2resigned1",
  "homepage_url": "https://github.com/tsl143",
  "icons": {
    "48": "icons/logo_48.png"
  },
  "browser_action": {
    "default_icon": "icons/logo_32.png",
    "default_title": "Tic Tac Toe",
    "default_popup": "popup/play.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{0295d4f0-34d0-42f3-bf34-4579830a5e2f}"
    }
  }
}