Simple Shuffler

Simple Shuffler

A list of words can be shuffled and displayed in a random order.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Simple Shuffler",
  "version": "1.0",
  "description": "A list of words can be shuffled and displayed in a random order.",
  "icons": {
    "48": "icons/simple_shuffler-48.png",
    "96": "icons/simple_shuffler-96.png"
  },
  "action": {
    "default_icon": "icons/simple_shuffler-32.png",
    "default_title": "Simple Shuffler",
    "default_popup": "popup/simple_shuffler.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}