From 69734edb73860db1ef8ebcc798209cc38cda1471 Mon Sep 17 00:00:00 2001 From: Daniel Tschinder Date: Tue, 23 Apr 2019 15:36:36 -0700 Subject: [PATCH] Update manifest.json --- README.md | 1 + manifest.json | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8e19046..8ea4cb8 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ There is a precommit hook that lints the code before commiting the changes. ### Load unpacked in Chrome 1. Clone repository to disk +2. Remove `browser_specific_settings` key from manifest.json (only necessary for firefox) 2. Go to `Settings` → `Extensions` 3. Enable `Developer mode` 4. Click `Load unpacked extension...` diff --git a/manifest.json b/manifest.json index cf6d9ee..5b94f5f 100644 --- a/manifest.json +++ b/manifest.json @@ -37,9 +37,10 @@ "page": "options.html", "chrome_style": false }, - "applications": { + "browser_specific_settings": { "gecko": { - "id": "addon@wakatime.com" + "id": "addon@wakatime.com", + "strict_min_version": "48.0" } } }