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_extName__",
"short_name": "__MSG_extName__",
"default_locale": "en",
"version": "1.0.3",
"manifest_version": 2,
"description": "__MSG_extDescription__",
"author": "stefanXO",
"icons": {
"512": "images\/upload.png"
},
"permissions": [
"activeTab",
"https:\/\/hooks.zapier.com\/*"
],
"browser_action": {
"default_icon": {
"512": "images\/upload.png"
},
"default_popup": "popup.html"
}
}