Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_name__",
"version": "0.8",
"manifest_version": 2,
"description": "__MSG_description__",
"icons": {
"16": "img\/tabjump_icon.png",
"48": "img\/tabjump_icon.png",
"128": "img\/tabjump_icon128.png"
},
"page_action": {
"default_icon": {
"19": "img\/tabjump_icon.png",
"38": "img\/tabjump_icon.png"
},
"default_title": "__MSG_pageActionTitle__",
"default_popup": "popup.html"
},
"permissions": [
"tabs",
"activeTab"
],
"background": {
"scripts": [
"background.js"
]
},
"minimum_chrome_version": "39",
"default_locale": "en"
}