web manifest
This commit is contained in:
parent
3d6a66bc00
commit
5c59e4e154
@ -30,7 +30,7 @@ function save() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
var data = $c[0].toDataURL();
|
var data = $c[0].toDataURL();
|
||||||
window.open(data, save['file name']);
|
window.open(data, save['file name']).focus();
|
||||||
|
|
||||||
c.putImageData(window.points.history[window.points.history.length-1].data, 0, 0);
|
c.putImageData(window.points.history[window.points.history.length-1].data, 0, 0);
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Sketchy Web",
|
"name": "Sketchy Web",
|
||||||
"description": "Free Sketch/Paint app",
|
"description": "Free Sketch/Paint app",
|
||||||
"version": "1",
|
"version": "1.1",
|
||||||
"fullscreen": "true",
|
"fullscreen": "true",
|
||||||
"default_locale": "en",
|
"default_locale": "en",
|
||||||
"launch_path": "/Sketchy/index.html",
|
"launch_path": "/Sketchy/index.html",
|
||||||
|
Loading…
Reference in New Issue
Block a user