The Couch Game Name Picker

The Couch Game Name Picker

Generate couch game assignments for a group of participants

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "The Couch Game Name Picker",
  "version": "0.0.1",
  "description": "Generate couch game assignments for a group of participants",
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "img_couch.png"
  }
}