no zip
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
<head>
|
||||
<title>Sketchy</title>
|
||||
<meta charset='UTF-8'>
|
||||
<meta name="viewport" content="width=device-width user-scalable=no initial-scale=1">
|
||||
<link rel='stylesheet' href='css/main.css'>
|
||||
</head>
|
||||
|
||||
@ -238,19 +239,6 @@
|
||||
<button class='close'>x</button>
|
||||
</div>
|
||||
|
||||
<div class='vote overlay hidden'>
|
||||
<p>King of Firefox OS Apps</p>
|
||||
<span>Hey! FirefoxOSGuide.com has started a competition, judging the best Firefox OS application by users' vote.</span><br /><span>Would you consider taking a few minutes to vote for us, please?</span><br /><br />
|
||||
<span>We're working to add new features to Sketchy like sharing and maybe some 'hosted' addons.</span><br /><br />
|
||||
<span>If you would like to see something in Sketchy's new version, please get in touch with us.</span>
|
||||
<br /><br />
|
||||
<a href='http://bit.ly/1irTueS'>What's your Favorite Firefox OS application?</a>
|
||||
<br />
|
||||
<a href='http://bit.ly/1hosWbM'>Original post on Firefox OS Guide</a>
|
||||
<button class='button'>OK!</button>
|
||||
<button class='close'>x</button>
|
||||
</div>
|
||||
|
||||
<!-- PRELOADER -->
|
||||
<div class='hidden'>
|
||||
<img src='css/value_selector/images/ui/pattern.png'>
|
||||
|
@ -111,9 +111,4 @@ $(document).ready(function() {
|
||||
}
|
||||
}
|
||||
|
||||
if( !localStorage.getItem('sawVote') ) {
|
||||
$('.vote').removeClass('hidden');
|
||||
localStorage.setItem('sawVote', true);
|
||||
}
|
||||
|
||||
})
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Sketchy",
|
||||
"description": "Free full-featured Sketch app",
|
||||
"version": "1.2.1",
|
||||
"version": "1.2.2",
|
||||
"fullscreen": "true",
|
||||
"type": "privileged",
|
||||
"launch_path": "/index.html",
|
||||
@ -37,6 +37,9 @@
|
||||
"device-storage:pictures": {
|
||||
"description": "Required to save sketches",
|
||||
"access": "readwrite"
|
||||
},
|
||||
"video-capture": {
|
||||
"description": "Test"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user