added opera url for rating

This commit is contained in:
Kyle Spearrin 2016-12-19 09:50:14 -05:00
parent 4440336aad
commit 12c02404f7
1 changed files with 4 additions and 1 deletions

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;