Skip to content

Commit 6c1c2d0

Browse files
committed
Update signatories list and letter
1 parent 3c28272 commit 6c1c2d0

File tree

4 files changed

+191
-1
lines changed

4 files changed

+191
-1
lines changed

public/img/logos/jmp.chat.svg

Lines changed: 185 additions & 0 deletions
Loading

src/content/pages/letter.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Date: February 24, 2026
4141
To: Sundar Pichai, Chief Executive Officer, Google
4242
To: Sergey Brin, Founder and Board Member, Google
4343
To: Larry Page, Founder and Board Member, Google
44+
To: Vijaya Kaza, General Manager for App & Ecosystem Trust, Google
4445
CC: Regulatory authorities, policymakers, and the Android developer community
4546
Re: Mandatory Developer Registration for Android App Distribution
4647
```

src/data/signatures.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@
8181
url: "guardianproject.info"
8282
poc: "Nathan Freitas <nathan@guardianproject.info>"
8383
region: US
84+
- organization: "JMP.chat"
85+
url: "jmp.chat"
86+
poc: "Stephen Paul Weber <info@jmp.chat>"
87+
region: CA
8488
- organization: "Obtainium"
8589
url: "obtainium.imranr.dev"
8690
poc: "Imran <contact@imranr.dev>"

src/pages/draft-letter.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function regionFlag(code?: string): string {
2121
}
2222
2323
// Logos stored as SVG for these domains; all others are PNG
24-
const svgLogos = new Set(["appfair.org", "auroraoss.com", "guardianproject.info", "osmfoundation.org", "molly.im"]);
24+
const svgLogos = new Set(["appfair.org", "auroraoss.com", "guardianproject.info", "jmp.chat", "osmfoundation.org", "molly.im"]);
2525
function logoPath(url: string): string {
2626
const ext = svgLogos.has(url) ? "svg" : "png";
2727
return `/img/logos/${url}.${ext}`;

0 commit comments

Comments
 (0)