Skip to content

Commit

Permalink
Updated browser versions
Browse files Browse the repository at this point in the history
Chrome: 0.1.7
Firefox: 0.1.8
  • Loading branch information
mgabdev committed Apr 29, 2019
1 parent f5a7d8a commit 3b878ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Latest versions:

| Browser | Version |
| --- | --- |
Chrome | v0.1.6 |
Chrome | v0.1.7 |
Edge | v0.1.6 |
Firefox | v0.1.7 |
Firefox | v0.1.8 |
Safari | v0.1.5 |

This extension only requires developer dependencies.
Expand Down
10 changes: 5 additions & 5 deletions config/browsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ const Browser = require('./browser');
const chrome = new Browser({
name: 'Google Chrome',
slug: 'chrome',
version: '0.1.6',
version: '0.1.7',
scriptVariableMap: {
BROWSER: 'chrome',
MESSENGER: 'extension',
},
manifestMap: {
"background.persistent": false,
"offline_enabled": false,
"version_name": "0.1.6",
"version": "0.1.6",
"version_name": "0.1.7",
"version": "0.1.7",
"options_page": "options/options.html",
"update_url": "https://dissenter.com/dist/extensions/updates/chrome/manifest.xml",
"omnibox": {
Expand All @@ -26,13 +26,13 @@ const chrome = new Browser({
const firefox = new Browser({
name: 'Mozilla Firefox',
slug: 'firefox',
version: '0.1.7',
version: '0.1.8',
scriptVariableMap: {
BROWSER: 'browser',
MESSENGER: 'runtime',
},
manifestMap: {
"version": "0.1.7",
"version": "0.1.8",
"sidebar_action": {
"default_title": "Dissenter",
"default_panel": "sidebar/sidebar.html",
Expand Down

0 comments on commit 3b878ae

Please sign in to comment.