Skip to content

Commit

Permalink
added new version and a downloadable new plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
yigit committed Jul 9, 2010
1 parent 64e16e3 commit e7c7249
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 4 deletions.
4 changes: 3 additions & 1 deletion TODO.txt
@@ -1,3 +1,5 @@
+ Show available bandwidth & storage
- error handling
- download when done!
- download when done!
- desktop notifications
- change code to background
Binary file added client.crx
Binary file not shown.
2 changes: 1 addition & 1 deletion client/js/putio_ext.js
@@ -1,5 +1,5 @@
PE = {
_version : 101, //= 0.01
_version : 102, //= 0.01
UPDATE_SERVER : "http://birbit.com/putio/version.json",
_downloadItems : [],
init : function() {
Expand Down
19 changes: 19 additions & 0 deletions client/manifest.json
@@ -0,0 +1,19 @@
{
"name": "Add 2 Put.io",
"version": "1.0",
"description": "One click add for torrents to put io from any page",
"browser_action": {
"default_icon": "img/putio_logo.jpeg",
"popup" : "popup.html"
},
"permissions": [
"http://*/", "tabs"
],
"content_scripts": [
{
"matches": ["http://*/*", "https://put.io/account/settings"],
"js": ["js/content.js", "js/prototype.js"]
}
],
"options_page": "options.html"
}
Binary file modified server/downloads/v_101.crx
Binary file not shown.
Binary file added server/downloads/v_102.crx
Binary file not shown.
4 changes: 2 additions & 2 deletions server/version.json
@@ -1,5 +1,5 @@
{
version : 101,
download_url : "http://birbit.com/putio/downloads/v_101.crx"
version : 102,
download_url : "http://birbit.com/putio/downloads/v_102.crx"

}

0 comments on commit e7c7249

Please sign in to comment.