Skip to content

Commit

Permalink
release 2.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Fa!ko Krause committed Oct 24, 2017
1 parent 9756654 commit 32932b3
Show file tree
Hide file tree
Showing 22 changed files with 97 additions and 125 deletions.
Binary file modified audius.extension.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion dist-extension/background.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist-extension/content.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 15 additions & 6 deletions dist-extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Audius",
"description": "Audius - the ultimate streaming music player.",
"version": "2.0.10",
"version": "2.0.11",
"permissions": [
"tabs",
"activeTab",
Expand All @@ -12,12 +12,21 @@
"persistent": true
},
"sandbox": {
"pages": ["plugins-sandbox.html"]
},
"pages": [
"plugins-sandbox.html"
]
},
"content_scripts": [
{
"matches": ["http://*/*", "https://*/*", "file://*/*", "*://*/*"],
"js": ["content.js"],
"matches": [
"http://*/*",
"https://*/*",
"file://*/*",
"*://*/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
Expand All @@ -30,4 +39,4 @@
"128": "img/audius.logo128.png"
},
"manifest_version": 2
}
}
2 changes: 1 addition & 1 deletion dist-extension/plugins-sandbox.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

55 changes: 29 additions & 26 deletions dist-website/0.app.js

Large diffs are not rendered by default.

Binary file modified dist-website/0.app.js.gz
Binary file not shown.
Loading

0 comments on commit 32932b3

Please sign in to comment.