1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00: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;