fix android

This commit is contained in:
idk
2019-03-15 22:13:47 -04:00
parent 20764cf3ef
commit bc6026ce31
3 changed files with 1 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
"permissions": ["theme", "proxy", "privacy", "storage"],
"manifest_version": 2,
"name": "__MSG_extensionName__",
"version": "1.18",
"version": "1.19",
"description": "__MSG_extensionDescription__",
"homepage_url": "https://github.com/eyedeekay/i2psetproxy.js",
"icons": {

View File

@@ -1,8 +1,4 @@
function isFirefox() {
testDroid = navigator.userAgent.indexOf('Android') !== -1;
if (testDroid) {
return false
}
testPlain = navigator.userAgent.indexOf('Firefox') !== -1;
if (testPlain) {
return testPlain