Collabor8online allows you to share your documents and manage your projects online, enabling teams to work together efficiently!
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"app": {
"launch": {
"urls": [
"https://c8o.co.uk/landing_page"
],
"web_url": "https://c8o.co.uk/landing_page",
"container": "tab"
}
},
"offline_enabled": false,
"permissions": [],
"requirements": {
"3D": {
"features": []
}
},
"icons": {
"128": "appmator128.png"
},
"name": "Collabor8online",
"version": "1.0.0.1",
"description": "Collabor8online allows you to share your documents and manage your projects online, enabling teams to work together efficiently!"
}