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",
"manifest_version": 2,
"name": "PDF Merge",
"default_locale": "en",
"description": "Merge PDF documents into one, easily from your home and new tab page!",
"background": {
"scripts": [
"background.js"
]
},
"version": "5.0",
"permissions": [
"downloads"
],
"icons": {
"16": "images\/icon-16.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"browser_action": {
"default_icon": "images\/icon-128.png",
"default_popup": "popup.html"
},
"web_accessible_resources": [
"*.css",
"*.js"
]
}