Skip to content

Commit

Permalink
Merge branch 'manifest_v3' of https://github.com/metoule/deezer-control
Browse files Browse the repository at this point in the history
… into manifest_v3
  • Loading branch information
metoule committed Jun 1, 2024
2 parents 1458e36 + 8446cc5 commit e683374
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
},
"action": {
"default_icon": "imgs/icons/deezer_19x19.png",
"default_title": "__MSG_defaultTitle__"
"default_title": "__MSG_defaultTitle__",
"default_popup": "popup.html"
},
"background": {
"service_worker": "scripts/service_worker.js",
Expand All @@ -25,11 +26,7 @@
"js": ["scripts/player_listener.js", "scripts/deezer/bootstrap.js"]
}
],
<<<<<<< HEAD
"permissions": ["notifications", "tabs", "webNavigation", "storage"],
=======
"permissions": ["notifications", "storage", "tabs", "webNavigation"],
>>>>>>> 7032e2b (Migrate browser actions)
"host_permissions": ["*://*.deezer.com/*"],
"optional_host_permissions": ["*://*/*"],
"content_security_policy": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ console.log('service worker loaded', version);
chrome.action.onClicked.addListener(function()
{
chrome.tabs.create({ url: '/options.html' });
});
});

0 comments on commit e683374

Please sign in to comment.