Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #8 from austenito/master
Browse files Browse the repository at this point in the history
Added D.C's Groupon and Living Social
  • Loading branch information
Austen Ito committed Feb 29, 2012
2 parents 810095e + 8e60d7c commit ca055df
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
10 changes: 9 additions & 1 deletion background.html
Expand Up @@ -28,7 +28,15 @@
{'title': 'Groupon', 'url': 'http://ajax.googleapis.com/ajax/services/feed/load?v=1.0&q=http://feeds.feedburner.com/groupon'}, {'title': 'Groupon', 'url': 'http://ajax.googleapis.com/ajax/services/feed/load?v=1.0&q=http://feeds.feedburner.com/groupon'},
] ]
}, },
]; {
'city': 'dc',
'city_display': 'Washington, DC',
'feeds': [
{'title': 'Groupon', 'url': 'http://ajax.googleapis.com/ajax/services/feed/load?v=1.0&q=http://feeds.feedburner.com/grouponwashington-dc'},
{ 'title': 'Living Social', 'url': 'http://ajax.googleapis.com/ajax/services/feed/load?v=1.0&q=http://www.livingsocial.com/cities/1-washington-d-c.atom'}
]
}
];


// Initialize // Initialize
init(); init();
Expand Down
4 changes: 4 additions & 0 deletions fancy-options/manifest.js
Expand Up @@ -25,6 +25,10 @@ this.manifest = {
"value": "honolulu", "value": "honolulu",
"text": "Honolulu, HI", "text": "Honolulu, HI",
}, },
{
"value": "dc",
"text": "Washington, DC",
}
], ],
}, },
}, },
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
@@ -1,6 +1,6 @@
{ {
"name": "Dealios", "name": "Dealios",
"version": "1.0.0", "version": "1.0.4",
"description": "Extension to find all the Groupon-like deals.", "description": "Extension to find all the Groupon-like deals.",
"background_page": "background.html", "background_page": "background.html",
"options_page": "fancy-options/index.html", "options_page": "fancy-options/index.html",
Expand Down

0 comments on commit ca055df

Please sign in to comment.