-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
23 lines (23 loc) · 883 Bytes
/
Copy pathapp.json
File metadata and controls
23 lines (23 loc) · 883 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"package_id": "com.evenrealities.prlens",
"edition": "202601",
"name": "PR Lens",
"tagline": "GitHub pull requests on your G2 glasses",
"description": "Monitor all your open pull requests across every GitHub repository, directly on your G2 glasses. Configure once with a GitHub Personal Access Token — no server setup required.",
"author": "Vinicius Macedo",
"version": "2.1.0",
"min_app_version": "2.0.0",
"min_sdk_version": "0.0.10",
"entrypoint": "index.html",
"permissions": [
{
"name": "network",
"desc": "Fetches open pull requests and review statuses from the GitHub REST API (api.github.com).",
"whitelist": [
"https://api.github.com"
]
}
],
"supported_languages": ["en"],
"changelog": "v2.1.0: Simplified auth — PAT only, no Cloudflare Worker needed. Configure token from the phone settings page."
}