Inspect and view changes in Vectary - the 3D design tool source codes across current and past versions
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",
"name": "Vectary - the 3D design tool",
"description": "The only fully-featured 3D design tool that runs on Chromebooks!",
"version": "3.0.0",
"manifest_version": 2,
"icons": {
"128": "vectary_icon_128.png"
},
"author": "vectary.com",
"signature": "vectary.com",
"homepage_url": "http://www.vectary.com",
"permissions": [
"identity"
],
"app": {
"urls": [
"https://www.vectary.com/"
],
"launch": {
"web_url": "https://www.vectary.com/auth/google"
}
}
}