Mastermind

Mastermind

Mastermind game

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Mastermind",
  "description": "Mastermind game",
  "version": "1.1",
  "browser_action": {
    "default_icon": "Mastermind_beispiel.png",
    "default_popup": "index.html"
  }
}