Chrome support

This commit is contained in:
Kevin Röbert
2019-04-01 23:53:28 +02:00
parent 869cd63e64
commit 03e0580b20
13 changed files with 143 additions and 997 deletions

View File

@@ -36,7 +36,7 @@ function start()
/**
* Save OS Version
*/
browser.runtime.getPlatformInfo(function(info) {
chrome.runtime.getPlatformInfo(function(info) {
os = info.os;
changeIcon();