Skip to content

Instantly share code, notes, and snippets.

@Jam7665
Created February 9, 2026 22:50
Show Gist options
  • Select an option

  • Save Jam7665/4dbef3d980acf1fce441b6c5bb606a05 to your computer and use it in GitHub Desktop.

Select an option

Save Jam7665/4dbef3d980acf1fce441b6c5bb606a05 to your computer and use it in GitHub Desktop.
kaios-template manifest for kaios 3.0x
{
"id": "change-name",
"name": "change-name",
"short_name": "Cn",
"description": "change-name",
"categories": ["social", "utilities"],
"lang": "en-US",
"start_url": "/index.html",
"display": "standalone",
"theme_color": "#1b1b1b",
"orientation": "portrait-primary",
"icons": [
{
"src": "/assets/icons/kaios_56.png",
"type": "image/png",
"sizes": "56x56"
},
{
"src": "/assets/icons/kaios_112.png",
"type": "image/png",
"sizes": "112x112"
},
{
"src": "/assets/icons/kaios_128.png",
"type": "image/png",
"sizes": "128x128"
}
],
"b2g_features": {
"version": "1.1.0",
"subtitle": "Stay connected with CatChat",
"permissions": {
"systemXHR": {},
"browser": {}
},
"origin": "catchat-awooco",
"developer": {
"name": "awooco",
"url": "https://awoo-co.github.io/awoo-co/"
},
"chrome": {
"statusbar": "overlap"
},
"focus_color": "#9b27af"
},
"default_locale": "en-US"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment