Tic-Tac-Toe Game

Tic-Tac-Toe Game

A classic tic-tac-toe game that plays with AI player in a popup

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Tic-Tac-Toe Game",
  "short_name": "tic-tac-toe",
  "version": "0.1.1",
  "description": "A classic tic-tac-toe game that plays with AI player in a popup",
  "icons": {
    "16": "img/logo.png",
    "48": "img/logo.png",
    "128": "img/logo.png"
  },
  "action": {
    "default_icon": "img/logo.png",
    "default_popup": "index.html"
  },
  "sandbox": {
    "pages": [
      "index.html"
    ]
  },
  "permissions": [
    "storage"
  ],
  "offline_enabled": true,
  "manifest_version": 3,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}