Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"manifest_version": 2,
"minimum_chrome_version": "28",
"version": "0.11.10",
"offline_enabled": true,
"container": [
"GOOGLE_DRIVE"
],
"api_console_project_id": "135026630990",
"gdrive_mime_types": {
"http:\/\/drive.google.com\/intents\/opendrivedoc": [
{
"type": [
"application\/zip",
"application\/vnd.ms-pki.stl",
"application\/vnd.ms-pki.obj",
"application\/vnd.ms-pki.amf",
"application\/vnd.ms-pki.3ds",
"application\/vnd.ms-pki.ctm",
"application\/vnd.ms-pki.dae",
"application\/vnd.ms-pki.ply",
"application\/vnd.ms-pki.vtk",
"application\/vnd.ms-pki.babylon",
"application\/vnd.ms-pki.wrl",
"application\/vnd.ms-pki.thing"
],
"href": "http:\/\/shapequote.com\/3DView\/",
"title": "Open",
"disposition": "window"
}
]
},
"icons": {
"16": "assets\/icons\/icon16.png",
"48": "assets\/icons\/icon48.png",
"128": "assets\/icons\/icon128.png"
},
"app": {
"background": {
"scripts": [
"background.js",
"js\/Three\/build\/three.js"
]
}
},
"permissions": [
"*:\/\/*\/*",
"storage",
"notifications",
"fileSystem",
"identity",
"webview",
{
"fileSystem": [
"write",
"directory"
]
}
],
"requirements": {
"3D": {
"features": [
"webgl"
]
}
},
"file_handlers": {
"3D files": {
"types": [
"*\/*"
],
"extensions": [
"babylon",
"ctm",
"dae",
"js",
"json",
"3geo",
"3mat",
"3obj",
"3scn",
"obj",
"ply",
"stl",
"3ds",
"vtk",
"wrl",
"thing",
"zip"
],
"title": "3DView"
}
},
"oauth2": {
"client_id": "135026630990-8omc7p3on0d6dlmp6aie420jle3dlbu0.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/drive",
"https:\/\/www.googleapis.com\/auth\/drive.file"
]
}
}