this repo has no description
1{
2 "$schema": "https://moonlight-mod.github.io/manifest.schema.json",
3 "id": "noTrack",
4 "apiLevel": 2,
5 "meta": {
6 "name": "No Track",
7 "tagline": "Disables /api/science and analytics",
8 "authors": ["Cynosphere", "NotNite"],
9 "tags": ["privacy"]
10 },
11 "blocked": [
12 "https://*.discord.com/api/v*/science",
13 "https://*.discord.com/api/v*/metrics",
14 "https://*.discordapp.com/api/v*/science",
15 "https://*.discordapp.com/api/v*/metrics"
16 ]
17}