{"id":20677194,"url":"https://github.com/operatorfoundation/capacitor-plugin-moonbounce","last_synced_at":"2025-10-17T22:27:34.148Z","repository":{"id":148379828,"uuid":"618602683","full_name":"OperatorFoundation/capacitor-plugin-moonbounce","owner":"OperatorFoundation","description":"Capacitor Plugin For the Android Moonbounce Library","archived":false,"fork":false,"pushed_at":"2023-06-12T19:18:42.000Z","size":159,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-10-01T06:51:29.774Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OperatorFoundation.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-24T20:49:56.000Z","updated_at":"2023-04-05T06:41:36.000Z","dependencies_parsed_at":"2025-03-10T18:48:52.723Z","dependency_job_id":"d57f3c50-97e7-4e3b-8856-cdaaf97157b2","html_url":"https://github.com/OperatorFoundation/capacitor-plugin-moonbounce","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/OperatorFoundation/capacitor-plugin-moonbounce","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OperatorFoundation%2Fcapacitor-plugin-moonbounce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OperatorFoundation%2Fcapacitor-plugin-moonbounce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OperatorFoundation%2Fcapacitor-plugin-moonbounce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OperatorFoundation%2Fcapacitor-plugin-moonbounce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OperatorFoundation","download_url":"https://codeload.github.com/OperatorFoundation/capacitor-plugin-moonbounce/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OperatorFoundation%2Fcapacitor-plugin-moonbounce/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279431729,"owners_count":26169210,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-17T02:00:07.504Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-16T21:14:47.665Z","updated_at":"2025-10-17T22:27:34.143Z","avatar_url":"https://github.com/OperatorFoundation.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# capacitor-plugin-moonbounce\n\nA Capacitor plugin for the Moonbounce VPN library.\n\n## Install\n\n```bash\nnpm install capacitor-plugin-moonbounce\nnpx cap sync\n```\n\n## API\n\n\u003cdocgen-index\u003e\n\n* [`checkPermissions()`](#checkpermissions)\n* [`requestPermissions()`](#requestpermissions)\n* [`startVPN(...)`](#startvpn)\n* [`stopVPN()`](#stopvpn)\n* [Interfaces](#interfaces)\n* [Type Aliases](#type-aliases)\n\n\u003c/docgen-index\u003e\n\n\u003cdocgen-api\u003e\n\u003c!--Update the source file JSDoc comments and rerun docgen to update the docs below--\u003e\n\n### checkPermissions()\n\n```typescript\ncheckPermissions() =\u003e Promise\u003cPermissionStatus\u003e\n```\n\n**Returns:** \u003ccode\u003ePromise\u0026lt;\u003ca href=\"#permissionstatus\"\u003ePermissionStatus\u003c/a\u003e\u0026gt;\u003c/code\u003e\n\n--------------------\n\n\n### requestPermissions()\n\n```typescript\nrequestPermissions() =\u003e Promise\u003cPermissionStatus\u003e\n```\n\n**Returns:** \u003ccode\u003ePromise\u0026lt;\u003ca href=\"#permissionstatus\"\u003ePermissionStatus\u003c/a\u003e\u0026gt;\u003c/code\u003e\n\n--------------------\n\n\n### startVPN(...)\n\n```typescript\nstartVPN(options: { serverIP: string; serverPort: number; disallowedApp: string; excludeIP: string; }) =\u003e Promise\u003cvoid\u003e\n```\n\n| Param         | Type                                                                                             |\n| ------------- | ------------------------------------------------------------------------------------------------ |\n| **`options`** | \u003ccode\u003e{ serverIP: string; serverPort: number; disallowedApp: string; excludeIP: string; }\u003c/code\u003e |\n\n--------------------\n\n\n### stopVPN()\n\n```typescript\nstopVPN() =\u003e Promise\u003cvoid\u003e\n```\n\n--------------------\n\n\n### Interfaces\n\n\n#### PermissionStatus\n\n| Prop                | Type                                                        |\n| ------------------- | ----------------------------------------------------------- |\n| **`vpnConnection`** | \u003ccode\u003e\u003ca href=\"#permissionstate\"\u003ePermissionState\u003c/a\u003e\u003c/code\u003e |\n\n\n### Type Aliases\n\n\n#### PermissionState\n\n\u003ccode\u003e'prompt' | 'prompt-with-rationale' | 'granted' | 'denied'\u003c/code\u003e\n\n\u003c/docgen-api\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foperatorfoundation%2Fcapacitor-plugin-moonbounce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foperatorfoundation%2Fcapacitor-plugin-moonbounce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foperatorfoundation%2Fcapacitor-plugin-moonbounce/lists"}