Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "AppJump App Launcher and Organizer",
"version": "0.9.3",
"manifest_version": 2,
"description": "Quickly launch Apps from browser toolbar. Organize Apps and Extensions into Groups. Manage Apps and Extensions with ease.",
"background": {
"scripts": [
"background.js"
]
},
"options_page": "options.html",
"permissions": [
"management"
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": "icon19.png",
"default_title": "AppJump App Launcher",
"default_popup": "popup.html"
}
}