From f624ea00f109bdc7e1fa98e68fb8b3edf97a257c Mon Sep 17 00:00:00 2001 From: Thomas Buckley-Houston Date: Thu, 8 Feb 2018 20:28:12 +0800 Subject: [PATCH] Forgot to bump the version in manifest.json --- .gitignore | 2 +- webext/dist/manifest.json | 34 ---------------------------------- webext/manifest.json | 2 +- 3 files changed, 2 insertions(+), 36 deletions(-) delete mode 100644 webext/dist/manifest.json diff --git a/.gitignore b/.gitignore index e965189..36166b2 100644 --- a/.gitignore +++ b/.gitignore @@ -9,5 +9,5 @@ interfacer/interfacer interfacer/browsh interfacer/webextension.go webext/node_modules -webext/dist +webext/dist/* diff --git a/webext/dist/manifest.json b/webext/dist/manifest.json deleted file mode 100644 index 3df79dc..0000000 --- a/webext/dist/manifest.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "manifest_version": 2, - "name": "Browsh", - "version": "0.2.7", - - "description": "Renders the browser as realtime, interactive, TTY-compatible text", - - "icons": { - "48": "assets/icons/browsh-48.png", - "96": "assets/icons/browsh-96.png" - }, - - "background": { - "scripts": ["background.js"] - }, - - "content_scripts": [ - { - "matches": ["*://*/*"], - "js": ["content.js"], - "css": ["assets/styles.css"], - "run_at": "document_start" - } - ], - - "web_accessible_resources": [ - "assets/BlockCharMono.ttf" - ], - - "permissions": [ - "", - "tabs" - ] -} diff --git a/webext/manifest.json b/webext/manifest.json index 3df79dc..744f914 100644 --- a/webext/manifest.json +++ b/webext/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Browsh", - "version": "0.2.7", + "version": "0.2.8", "description": "Renders the browser as realtime, interactive, TTY-compatible text",