-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcredit_manifest.json
More file actions
26 lines (26 loc) · 1.01 KB
/
Copy pathcredit_manifest.json
File metadata and controls
26 lines (26 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "Credit Beast — AI Repair Engine",
"short_name": "Credit Beast",
"description": "AI-powered credit dispute engine. Generate FCRA letters, track all 3 bureaus.",
"start_url": "/credit_repair.html",
"display": "standalone",
"background_color": "#0a0a0f",
"theme_color": "#0a0a0f",
"orientation": "portrait",
"icons": [
{
"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect width='192' height='192' rx='40' fill='%230a0a0f'/><text y='130' x='30' font-size='130'>⚡</text></svg>",
"sizes": "192x192",
"type": "image/svg+xml",
"purpose": "any maskable"
},
{
"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' rx='100' fill='%230a0a0f'/><text y='370' x='60' font-size='360'>⚡</text></svg>",
"sizes": "512x512",
"type": "image/svg+xml",
"purpose": "any maskable"
}
],
"categories": ["finance", "productivity"],
"screenshots": []
}