From 234e9c14e045691a4db1ba274b44eb30d6bee641 Mon Sep 17 00:00:00 2001
From: lilia <liliakai@gmail.com>
Date: Wed, 27 Sep 2017 18:18:20 +0200
Subject: [PATCH] Remove manifest.json from Gruntfile

---
 Gruntfile.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Gruntfile.js b/Gruntfile.js
index 30b0e3eda..5aa5a9e6b 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -109,7 +109,6 @@ module.exports = function(grunt) {
     },
     dist: {
       src: [
-        'manifest.json',
         'background.html',
         'index.html',
         'options.html',