1
0
Fork 0
gather-fullscreen/manifest.json

13 lines
316 B
JSON

{
"name": "Gather Fullscreen",
"description": "Click to show Gather in fullscreen",
"version": "1.0",
"permissions": ["contextMenus", "scripting"],
"host_permissions": ["https://gather.town/app/*"],
"background": {
"type": "module",
"service_worker": "background.js"
},
"manifest_version": 3
}