Random Picker Online

Random Picker Online

The 'who goes next' app to run 🔥 meetings. Or raffles :P

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Random Picker Online",
  "version": "0.0.2",
  "manifest_version": 3,
  "description": "The 'who goes next' app to run 🔥 meetings. Or raffles :P",
  "homepage_url": "http://emptycan.com",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "19": "icon19.png",
      "38": "icon38.png"
    },
    "default_title": "Random Picker for Google Meet"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ]
}