funny roulette

funny roulette

Register your name, spin the roulette and choose randomly.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "funny roulette",
  "version": "1.0.2",
  "description": "Register your name, spin the roulette and choose randomly.",
  "author": "Gitsunmin",
  "permissions": [
    "storage",
    "tts"
  ],
  "action": {
    "default_popup": "index.html"
  },
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  }
}