List manifest.webapp too

This commit is contained in:
Pierre Rudloff 2016-08-20 13:10:57 +02:00
parent 5cfe237dd4
commit a75765d398
2 changed files with 16 additions and 16 deletions

View file

@ -80,7 +80,7 @@ module.exports = function (grunt) {
}, },
jsonlint: { jsonlint: {
manifests: { manifests: {
src: '*.json', src: ['*.json', '*.webapp'],
options: { options: {
format: true format: true
} }

View file

@ -1,17 +1,17 @@
{ {
"name": "AllTube", "name": "AllTube",
"description": "Easily download videos from Youtube, Dailymotion, Vimeo and other websites", "description": "Easily download videos from Youtube, Dailymotion, Vimeo and other websites",
"developer": { "developer": {
"name": "Pierre Rudloff", "name": "Pierre Rudloff",
"url": "https://rudloff.pro/" "url": "https://rudloff.pro/"
}, },
"icons": { "icons": {
"32": "/img/favicon.png", "32": "/img/favicon.png",
"60": "/img/logo_60.png", "60": "/img/logo_60.png",
"90": "/img/logo_90.png", "90": "/img/logo_90.png",
"243": "/img/logo_app.png", "243": "/img/logo_app.png",
"250": "/img/logo_250.png" "250": "/img/logo_250.png"
}, },
"default_locale": "en", "default_locale": "en",
"launch_path": "/index.php" "launch_path": "/index.php"
} }