-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsites.json
More file actions
117 lines (117 loc) · 2.71 KB
/
sites.json
File metadata and controls
117 lines (117 loc) · 2.71 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"version": "1.1.0",
"sites": [
{
"name": "Free Movie Site",
"url_pattern": "bdstudios.nl/freemov67/client",
"activity_type": "Watching on",
"title_trim": "| Free Movie Site",
"enabled": true
},
{
"name": "ChatGPT",
"url_pattern": "chatgpt.com",
"activity_type": "Using",
"title_trim": "ChatGPT",
"enabled": true
},
{
"name": "YouTube",
"url_pattern": "youtube.com/watch",
"activity_type": "Watching",
"title_trim": "- YouTube",
"enabled": true
},
{
"name": "Gemini",
"url_pattern": "gemini.google.com",
"activity_type": "Chatting with",
"title_trim": "",
"enabled": true
},
{
"name": "Google",
"url_pattern": "google.com/search",
"activity_type": "Searching on",
"title_trim": "- Google Search",
"enabled": true
},
{
"name": "Twitch",
"url_pattern": "twitch.tv",
"activity_type": "Watching",
"title_trim": "- Twitch",
"enabled": true
},
{
"name": "Kick",
"url_pattern": "kick.com",
"activity_type": "Watching",
"title_trim": "| Kick",
"enabled": true
},
{
"name": "Netflix",
"url_pattern": "netflix.com/watch",
"activity_type": "Watching",
"title_trim": "- Netflix",
"enabled": true
},
{
"name": "Disney+",
"url_pattern": "disneyplus.com/video",
"activity_type": "Watching",
"title_trim": "| Disney+",
"enabled": true
},
{
"name": "GitHub",
"url_pattern": "github.com",
"activity_type": "Coding on",
"title_trim": "GitHub -",
"enabled": true
},
{
"name": "HiAnime",
"url_pattern": "hianime.to",
"activity_type": "Watching Anime on",
"title_trim": "online Free on HiAnime.to",
"enabled": true
},
{
"name": "wf.gt.tc",
"url_pattern": "wf.gt.tc/client",
"activity_type": "Watching",
"title_trim": "|",
"enabled": true
},
{
"name": "Tria.ge",
"url_pattern": "tria.ge",
"activity_type": "Analyzing on",
"title_trim": "|",
"enabled": true
},
{
"name": "SoundCloud",
"url_pattern": "soundcloud.com",
"activity_type": "Listening to",
"title_trim": "Stream",
"enabled": true
},
{
"name": "Discord",
"url_pattern": "discord.com/channels",
"activity_type": "Chatting on",
"title_trim": "Discord |",
"enabled": true
},
{
"name": "Prime Video",
"url_pattern": "primevideo.com/detail",
"activity_type": "Watching",
"title_trim": ": Amazon Prime Video",
"enabled": true
}
]
}