Skip to content

Commit

Permalink
Add Firefox OS manifest. Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruudud committed Apr 13, 2013
1 parent 81a4715 commit 04e6f1a
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Gruntfile.js
Expand Up @@ -95,7 +95,7 @@ module.exports = function (grunt) {
},
files: {
'dist/index.html': 'dist/temp/index.html',
'dist/': ['rein.appcache']
'dist/': ['rein.appcache', 'manifest.webapp']
}
}
},
Expand All @@ -115,6 +115,7 @@ module.exports = function (grunt) {
},
upload: [
{ src: 'dist/rein.appcache', dest: 'rein.appcache' },
{ src: 'dist/manifest.webapp', dest: 'manifest.webapp' },
{ src: 'dist/reindeerfinder.min.css', dest: 'reindeerfinder.min.css' },
{ src: 'dist/reindeerfinder.min.js', dest: 'reindeerfinder.min.js' },
{ src: 'dist/index.html', dest: 'index.html' }
Expand Down
Binary file added gfx/icon128.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gfx/icon60.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions manifest.webapp
@@ -0,0 +1,23 @@
{
"version": "@@version",
"name": "ReindeerFinder",
"description": "Find the owner of a reindeer based on its ear markings",
"launch_path": "/",
"icons": {
"60": "/gfx/icon60.png",
"128": "/gfx/icon128.png"
},
"developer": {
"name": "Pål Ruud",
"url": "http://ruudud.github.io/"
},
"fullscreen": "true",
"installs_allowed_from": ["*"],
"appcache_path": "/rein.appcache",
"locales": {
"no": {
"description": "Finn eieren av en rein raskt basert på område, distrikt og reinmerke."
}
},
"default_locale": "en"
}
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "reindeerfinder",
"version": "0.7.8",
"version": "0.7.9",
"homepage": "http://reinmerker.no",
"description": "Find the owner of a reindeer based on its ear markings",
"keywords": [
Expand Down

0 comments on commit 04e6f1a

Please sign in to comment.