MAJIQ Wheel

MAJIQ Wheel

A multipurpose wheel. Originally intented for randomly selecting an answer for multiple choice questions. Works like MAJIQ!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "MAJIQ Wheel",
  "version": "1.0.1",
  "description": "A multipurpose wheel. Originally intented for randomly selecting an answer for multiple choice questions. Works like MAJIQ!",
  "icons": {
    "128": "logo128.png"
  },
  "action": {
    "default_title": "MAJIQ Wheel",
    "default_popup": "index.html"
  }
}