1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-11-16 10:35:31 +01:00

added opera url for rating

This commit is contained in:
Kyle Spearrin 2016-12-19 09:50:14 -05:00
parent 4440336aad
commit 12c02404f7

View File

@ -162,7 +162,10 @@
chrome.tabs.create({ url: 'https://microsoft.com' });
break;
case 'opera':
chrome.tabs.create({ url: 'https://opera.com' });
chrome.tabs.create({
url: 'https://addons.opera.com/en/extensions/details/'
+ 'bitwarden-free-password-manager/#feedback-container'
});
break;
default:
return;