1{ 2 "$schema": "../gen/schemas/desktop-schema.json", 3 "identifier": "default", 4 "description": "enables the default permissions", 5 "windows": [ 6 "main" 7 ], 8 "permissions": [ 9 "core:default" 10 ] 11} 12 13