Created
February 9, 2026 22:50
-
-
Save Jam7665/4dbef3d980acf1fce441b6c5bb606a05 to your computer and use it in GitHub Desktop.
kaios-template manifest for kaios 3.0x
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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