Skip to content

Commit

Permalink
Added freshbooks.com, fixed the version, and arranged the keys in alp…
Browse files Browse the repository at this point in the history
…habetical order
  • Loading branch information
AntonNguyen committed Sep 13, 2012
1 parent 7155f6c commit 652857c
Showing 1 changed file with 11 additions and 16 deletions.
27 changes: 11 additions & 16 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,23 @@
{
"manifest_version": 2,
"name": "FreshBooks API Playground",
"version": "3.0",
"background": {
"scripts": ["background.js"]
},
"browser_action": {
"default_title": "FreshBooks",
"default_icon": "media/leaf.png"
},
"description": "Easily interact and experiment with the FreshBooks API!",
"icons": {"16": "media/leaf.png", "48": "media/leaf.png", "128": "media/leaf.png"},
"manifest_version": 2,
"name": "FreshBooks API Playground",
"permissions": ["tabs",
"storage",
"https://*.trunk.2ndsiteinc.com/api/2.1/xml-in",
"https://*.rc.2ndsiteinc.com/api/2.1/xml-in",
"https://*.last-release.2ndsiteinc.com/api/2.1/xml-in",
"https://*.selenium.2ndsiteinc.com/api/2.1/xml-in",
"https://*.freshbooks.com/api/2.1/xml-in",
"https://*.freshbooksdev.com/api/2.1/xml-in",
"https://*.freshbooksapi.com/api/2.1/xml-in"],
"update_url": "http://afn85.webfactional.com/updates.xml",
"browser_action": {
"default_title": "FreshBooks",
"default_icon": "media/leaf.png"
},
"background": {
"scripts": ["background.js"]
},
"sandbox": {
"pages": [
"interact.html"
],
}
"version": "3.0.2"
}

0 comments on commit 652857c

Please sign in to comment.