Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SpaceMouse Driver for SketchUp Web",
"description": "Use your SpaceMouse inside the SketchUp Web app",
"version": "0.0.2",
"manifest_version": 3,
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/images\/[email protected]",
"32": "\/images\/[email protected]",
"48": "\/images\/[email protected]",
"128": "\/images\/[email protected]"
}
},
"icons": {
"16": "\/images\/[email protected]",
"48": "\/images\/[email protected]",
"128": "\/images\/[email protected]"
},
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/app.sketchup.com\/*"
],
"js": [
"boot-loader.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"output-thread.js",
"input-thread.html"
],
"matches": [
"https:\/\/app.sketchup.com\/*"
]
}
]
}