Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
fixed #50 change url in manifest + added image for store
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasleitsch committed Nov 11, 2014
1 parent f621105 commit 01c58ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extension_chrome/showmator/manifest.json
Expand Up @@ -3,7 +3,7 @@

"name": "Showmator",
"description": "Klick dir deine Shownotes während der Aufnahme",
"version": "2.0.0",
"version": "2.0.1",

"permissions": [
"tabs", "http://*/*", "https://*/*", "background", "notifications", "activeTab"
Expand Down Expand Up @@ -32,7 +32,7 @@
"matches": [ "http://*/*", "https://*/*"],
"js": ["js/jquery.min.js", "js/socket.io.js"]
}, {
"matches": ["http://localhost:63685/live/*"],
"matches": ["http://showmator.com:63123/live/*"],
"js": ["js/jquery.min.js", "js/socket.io.js", "js/admin_btns.js"],
"run_at": "document_start"
}],
Expand Down
Binary file added images/Showmator4_store.pxm
Binary file not shown.

0 comments on commit 01c58ed

Please sign in to comment.