From a75765d398782ebfb6514bedf748cd400725d905 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sat, 20 Aug 2016 13:10:57 +0200 Subject: [PATCH] List manifest.webapp too --- Gruntfile.js | 2 +- manifest.webapp | 30 +++++++++++++++--------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 9e73fde..2b54d71 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -80,7 +80,7 @@ module.exports = function (grunt) { }, jsonlint: { manifests: { - src: '*.json', + src: ['*.json', '*.webapp'], options: { format: true } diff --git a/manifest.webapp b/manifest.webapp index 517c21b..91435b8 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -1,17 +1,17 @@ { - "name": "AllTube", - "description": "Easily download videos from Youtube, Dailymotion, Vimeo and other websites", - "developer": { - "name": "Pierre Rudloff", - "url": "https://rudloff.pro/" - }, - "icons": { - "32": "/img/favicon.png", - "60": "/img/logo_60.png", - "90": "/img/logo_90.png", - "243": "/img/logo_app.png", - "250": "/img/logo_250.png" - }, - "default_locale": "en", - "launch_path": "/index.php" + "name": "AllTube", + "description": "Easily download videos from Youtube, Dailymotion, Vimeo and other websites", + "developer": { + "name": "Pierre Rudloff", + "url": "https://rudloff.pro/" + }, + "icons": { + "32": "/img/favicon.png", + "60": "/img/logo_60.png", + "90": "/img/logo_90.png", + "243": "/img/logo_app.png", + "250": "/img/logo_250.png" + }, + "default_locale": "en", + "launch_path": "/index.php" }