1
0
Fork 0
gather-fullscreen/manifest.json

12 lines
290 B
JSON
Raw Normal View History

2021-10-17 00:02:59 +08:00
{
"name": "Gather Fullscreen",
"description": "Click to show Gather in fullscreen",
"version": "1.0",
2021-10-17 00:20:40 +08:00
"permissions": ["contextMenus", "activeTab", "https://gather.town/app/*"],
2021-10-17 00:02:59 +08:00
"background": {
2021-10-17 00:20:40 +08:00
"scripts": ["background.js"],
"persistent": false
2021-10-17 00:02:59 +08:00
},
2021-10-17 00:20:40 +08:00
"manifest_version": 2
2021-10-17 00:02:59 +08:00
}