-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSAMPLE-BACKUP.json
More file actions
94 lines (94 loc) · 4.52 KB
/
SAMPLE-BACKUP.json
File metadata and controls
94 lines (94 loc) · 4.52 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"metadata": {
"exportedAt": "2025-01-11T00:00:00.000Z",
"version": "1.0",
"extensionName": "SusRadar",
"totalCompanies": 3,
"totalUrls": 12,
"description": "Original SusRadar default entries - restore this file to get the pre-built company data"
},
"data": {
"url_mappings": {
"facebook.com": "meta_corp",
"www.facebook.com": "meta_corp",
"instagram.com": "meta_corp",
"www.instagram.com": "meta_corp",
"whatsapp.com": "meta_corp",
"www.whatsapp.com": "meta_corp",
"twitter.com": "x_corp",
"www.twitter.com": "x_corp",
"x.com": "x_corp",
"www.x.com": "x_corp",
"tiktok.com": "bytedance",
"www.tiktok.com": "bytedance"
},
"company_data": {
"meta_corp": {
"company_name": "Meta (Facebook)",
"sus_rating": 4,
"descriptions": {
"usability": "🕵️ Cluttered interface with endless scrolling designed to maximize engagement. Algorithmic feeds prioritize sensational content over quality information.",
"customer": "🛡️ Aggressive data collection, privacy violations, and spreading misinformation. Has been fined billions for privacy breaches and continues to track users across the web.",
"political": "⚖️ Lobbies against privacy regulations, facilitates election interference, and amplifies extremist content for profit while claiming neutrality."
},
"default_description": "customer",
"description": "🛡️ Aggressive data collection, privacy violations, and spreading misinformation. Has been fined billions for privacy breaches and continues to track users across the web.",
"alternative_links": [
"https://signal.org",
"https://mastodon.social",
"https://diasporafoundation.org",
"https://element.io"
],
"date_added": "2024-01-01T00:00:00.000Z",
"user_added": false,
"origin": "susradar",
"is_modified": false,
"original_data": null
},
"x_corp": {
"company_name": "X (formerly Twitter)",
"sus_rating": 4,
"descriptions": {
"usability": "🎭 Chaotic interface changes, broken verification system, and algorithmic timeline manipulation that prioritizes engagement over user experience.",
"customer": "🛡️ Platform has become increasingly problematic with content moderation issues, bot accounts, and questionable leadership decisions affecting user safety and data privacy.",
"political": "⚖️ Amplifies misinformation, suspends journalists critical of leadership, and has become a tool for political manipulation and extremist recruitment."
},
"default_description": "political",
"description": "⚖️ Amplifies misinformation, suspends journalists critical of leadership, and has become a tool for political manipulation and extremist recruitment.",
"alternative_links": [
"https://mastodon.social",
"https://bsky.app",
"https://threads.net",
"https://counter.social"
],
"date_added": "2024-01-01T00:00:00.000Z",
"user_added": false,
"origin": "susradar",
"is_modified": false,
"original_data": null
},
"bytedance": {
"company_name": "ByteDance (TikTok)",
"sus_rating": 5,
"descriptions": {
"usability": "🚨 Addictive design optimized for maximum screen time. Infinite scroll with algorithm that learns user weaknesses to maximize engagement over wellbeing.",
"customer": "🛡️ Chinese-owned app with serious data privacy concerns. Collects massive amounts of user data and has potential ties to Chinese government surveillance programs.",
"political": "⚖️ Accused of censoring content critical of China, promoting pro-China propaganda, and potentially influencing elections through algorithmic manipulation of information flow."
},
"default_description": "customer",
"description": "🛡️ Chinese-owned app with serious data privacy concerns. Collects massive amounts of user data and has potential ties to Chinese government surveillance programs.",
"alternative_links": [
"https://youtube.com/shorts",
"https://instagram.com/reels",
"https://triller.co",
"https://byte.co"
],
"date_added": "2024-01-01T00:00:00.000Z",
"user_added": false,
"origin": "susradar",
"is_modified": false,
"original_data": null
}
}
}
}