Would You Rather - Pro

Would You Rather - Pro

Would You Rather - Pro is a fun game to play when you need a quick refresh from work or your meetings

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Would You Rather - Pro",
  "description": "Would You Rather - Pro is a fun game to play when you need a quick refresh from work or your meetings",
  "version": "1.0.1",
  "action": {
    "default_popup": "popup.html",
    "default_title": "Would You Rather - Pro",
    "default_icon": "icon.png"
  },
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "background": {
    "service_worker": "background.js"
  }
}