-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.json
More file actions
159 lines (159 loc) · 3.56 KB
/
manifest.json
File metadata and controls
159 lines (159 loc) · 3.56 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
{
"name": "Unity AI Lab - Unrestricted AI Chatbot & AI Solutions",
"short_name": "Unity AI Lab",
"description": "Unity AI Lab specializes in unrestricted AI chatbots, AI integration services, red team and blue team testing, generative AI, text generation, image generation, and cutting-edge AI development. Try our free AI demo, explore AI tools, and discover ChatGPT alternatives powered by Pollinations.",
"start_url": "/",
"scope": "/",
"display": "standalone",
"orientation": "any",
"background_color": "#0a0a0a",
"theme_color": "#dc143c",
"lang": "en-US",
"dir": "ltr",
"categories": [
"productivity",
"utilities",
"entertainment",
"education",
"developer tools"
],
"keywords": [
"AI",
"artificial intelligence",
"machine learning",
"chatbot",
"AI chatbot",
"generative AI",
"LLM",
"large language model",
"GPT",
"ChatGPT alternative",
"text generation",
"AI text generator",
"image generation",
"AI image generator",
"text to image",
"AI art",
"text to speech",
"AI voice",
"conversational AI",
"AI assistant",
"virtual assistant",
"AI demo",
"free AI",
"AI tools",
"AI platform",
"AI agents",
"autonomous AI",
"AI automation",
"enterprise AI",
"AI solutions",
"AI services",
"AI integration",
"red team",
"blue team",
"AI security",
"prompt engineering",
"Unity AI",
"Unity AI Lab",
"Pollinations"
],
"iarc_rating_id": "",
"prefer_related_applications": false,
"icons": [
{
"src": "/favicon.ico",
"sizes": "48x48",
"type": "image/x-icon"
},
{
"src": "/favicon.ico",
"sizes": "48x48",
"type": "image/x-icon",
"purpose": "maskable"
}
],
"shortcuts": [
{
"name": "AI Demo",
"short_name": "Demo",
"description": "Try the Unity AI chatbot demo - free AI chat with no restrictions",
"url": "/ai/demo/",
"icons": [
{
"src": "/favicon.ico",
"sizes": "48x48"
}
]
},
{
"name": "Apps Gallery",
"short_name": "Apps",
"description": "Explore AI-powered applications - text generation, image generation, voice AI",
"url": "/apps/",
"icons": [
{
"src": "/favicon.ico",
"sizes": "48x48"
}
]
},
{
"name": "Services",
"short_name": "Services",
"description": "AI integration services, red team testing, AI consulting",
"url": "/services/",
"icons": [
{
"src": "/favicon.ico",
"sizes": "48x48"
}
]
},
{
"name": "Downloads",
"short_name": "Downloads",
"description": "Download AI tools and software from Unity AI Lab",
"url": "/downloads/",
"icons": [
{
"src": "/favicon.ico",
"sizes": "48x48"
}
]
}
],
"related_applications": [
{
"platform": "web",
"url": "https://www.unityailab.com/ai/demo/",
"id": "unity-ai-demo"
}
],
"screenshots": [],
"serviceworker": {
"src": "/sw.js",
"scope": "/",
"update_via_cache": "none"
},
"share_target": {
"action": "/ai/demo/",
"method": "GET",
"params": {
"text": "prompt"
}
},
"protocol_handlers": [],
"display_override": [
"window-controls-overlay",
"standalone",
"browser"
],
"edge_side_panel": {
"preferred_width": 400
},
"handle_links": "preferred",
"launch_handler": {
"client_mode": "navigate-existing"
}
}