From cdeb60a630170d2e25ceca47386a112a862ad8b9 Mon Sep 17 00:00:00 2001 From: Atef Ben Ali Date: Sun, 19 Mar 2017 11:29:19 +0100 Subject: [PATCH] format manifest.json --- manifest.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index c899f84..2e607a3 100644 --- a/manifest.json +++ b/manifest.json @@ -3,12 +3,11 @@ "description": "Switch the github preview and editor of markdown files to rtl", "version": "2.0", "permissions": [ - "activeTab", + "activeTab" ], "background": { "scripts": ["background.js"] }, - "browser_action": { "default_title": "Switch direction to RTL" },