Jumbler

Jumbler

Shuffle words or sentences. Even shuffle names - quickly decide who starts first and who goes next!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Jumbler",
  "version": "1.0",
  "manifest_version": 2,
  "description": "Shuffle words or sentences. Even shuffle names - quickly decide who starts first and who goes next!",
  "author": "Weng Fai Wong",
  "icons": {
    "128": "icon.png"
  },
  "browser_action": {
    "default_title": "Shuffle words or sentences. Even shuffle names!",
    "default_popup": "popup.html"
  }
}