sketchometry is a construction tool for Euclidean geometry. Points, circles and lines can be sketched with fingers or stylus.
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": "sketchometry",
"short_name": "sketchometry",
"manifest_version": 2,
"version": "1.5.2",
"description": "sketchometry is a construction tool for Euclidean geometry. Points, circles and lines can be sketched with fingers or stylus.",
"app": {
"launch": {
"local_path": "index.html"
}
},
"icons": {
"16": "sketchometry_16x16_blue.png",
"128": "sketchometry_chrome_128x128_blue.png"
},
"homepage_url": "https://sketchometry.org",
"offline_enabled": true,
"permissions": [
"unlimitedStorage"
]
}