Skip to content

Commit

Permalink
fixed permission request
Browse files Browse the repository at this point in the history
  • Loading branch information
carlin-q-scott committed Jun 12, 2019
1 parent 0375c26 commit a33bb79
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"short_name": "Media Keys",
"name": "Media Keys",
"version": "2.2.0",
"version": "2.2.4",
"author": "Carlin Scott",
"homepage_url": "https://github.com/carlin-q-scott/browser-media-players",
"description": "Lets you control many popular website media players using media key events",
Expand Down Expand Up @@ -64,8 +64,7 @@
"content_scripts": [
{
"matches": [
"*://*.youtube.com/*",
"file:///*/tests/youtube.com.html"
"*://*.youtube.com/*"
],
"js": [
"lib/browser-polyfill.min.js",
Expand All @@ -81,8 +80,7 @@
"data/orchestrator.js"
],
"matches": [
"*://*.pandora.com/*",
"file:///*/tests/pandora.com.html"
"*://*.pandora.com/*"
]
},
{
Expand Down

0 comments on commit a33bb79

Please sign in to comment.