Offline Two-Player Gomoku Firefox

Examine source code of Offline Two-Player Gomoku

Inspect and view changes in Offline Two-Player Gomoku source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "离线双人五子棋",
  "version": "0.1.0",
  "description": "完全离线运行的 Firefox 双人五子棋扩展。",
  "permissions": [
    "storage"
  ],
  "action": {
    "default_title": "打开五子棋",
    "default_icon": {
      "16": "assets/icons/icon.svg",
      "32": "assets/icons/icon.svg",
      "48": "assets/icons/icon.svg",
      "96": "assets/icons/icon.svg"
    }
  },
  "background": {
    "scripts": [
      "background/window-manager.js"
    ]
  },
  "icons": {
    "16": "assets/icons/icon.svg",
    "32": "assets/icons/icon.svg",
    "48": "assets/icons/icon.svg",
    "96": "assets/icons/icon.svg"
  },
  "content_security_policy": {
    "extension_pages": "default-src 'self'; script-src 'self'; style-src 'self'; img-src 'self' data:; connect-src 'none'; object-src 'none'; frame-src 'none'; base-uri 'none'; form-action 'none'"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "offline-two-player-gomoku@example.local",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      },
      "strict_min_version": "140.0"
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  }
}

Best Offline Two-Player Gomoku Alternatives

Here are some Firefox add-ons that are similar to Offline Two-Player Gomoku: