-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
split to components and add OS detection
- Loading branch information
Showing
18 changed files
with
1,555 additions
and
1,137 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"identifier": "default", | ||
"description": "default capabilities", | ||
"local": true, | ||
"windows": ["main"], | ||
"permissions": [ | ||
"os:default" | ||
] | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"migrated":{"identifier":"migrated","description":"permissions that were migrated from v1","local":true,"windows":["main"],"permissions":[{"identifier":"http:default","allow":[{"url":"https://**/"},{"url":"http://**/"}]},"http:default"]},"migrated2":{"identifier":"migrated2","description":"permissions that were migrated from v1","local":true,"windows":["main"],"permissions":[{"identifier":"upload:default","allow":[{"url":"https://**/"},{"url":"http://**/"}]},"upload:default"]},"migrated3":{"identifier":"migrated3","description":"permissions that were migrated from v1","local":true,"windows":["main"],"permissions":[{"identifier":"fs:default","allow":[{"path":"**/*"}]},{"identifier":"fs:allow-copy-file","allow":[{"path":"**/*"}]},{"identifier":"fs:write-all","allow":[{"path":"**/*"}]},"fs:default","fs:allow-copy-file","fs:write-all","core:path:default","core:event:allow-listen","core:event:allow-unlisten"]}} | ||
{"default":{"identifier":"default","description":"default capabilities","local":true,"windows":["main"],"permissions":["os:default"]},"migrated":{"identifier":"migrated","description":"permissions that were migrated from v1","local":true,"windows":["main"],"permissions":[{"identifier":"http:default","allow":[{"url":"https://**/"},{"url":"http://**/"}]},"http:default"]},"migrated2":{"identifier":"migrated2","description":"permissions that were migrated from v1","local":true,"windows":["main"],"permissions":[{"identifier":"upload:default","allow":[{"url":"https://**/"},{"url":"http://**/"}]},"upload:default"]},"migrated3":{"identifier":"migrated3","description":"permissions that were migrated from v1","local":true,"windows":["main"],"permissions":[{"identifier":"fs:default","allow":[{"path":"**/*"}]},{"identifier":"fs:allow-copy-file","allow":[{"path":"**/*"}]},{"identifier":"fs:write-all","allow":[{"path":"**/*"}]},"fs:default","fs:allow-copy-file","fs:write-all","core:path:default","core:event:allow-listen","core:event:allow-unlisten"]}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.