mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
chrome plugin: remove unused permission, minor reformatting
This commit is contained in:
parent
22864c88f2
commit
f33a7578d4
|
@ -3,9 +3,9 @@
|
|||
|
||||
"name": "TeaVM debugger agent",
|
||||
"description": "TeaVM debugger agent, that sends RDP commands over WebSocket",
|
||||
"version": "0.7.0",
|
||||
"version": "0.7.1",
|
||||
|
||||
"permissions" : ["debugger", "activeTab", "tabs", "storage", "scripting"],
|
||||
"permissions": ["debugger", "activeTab", "storage", "scripting"],
|
||||
|
||||
"action" : {
|
||||
"default_icon": "teavm-16.png",
|
||||
|
|
Loading…
Reference in New Issue
Block a user