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": 3,
"name": "PDF Extractor",
"version": "1.0",
"description": "Extracts links and images from PDF files.",
"icons": {
"16": "images\/pdf_link.png",
"48": "images\/pdf_link.png",
"128": "images\/pdf_link.png"
},
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_popup": "popup.html",
"default_width": 400,
"default_height": 600,
"default_icon": {
"16": "images\/pdf_link.png",
"48": "images\/pdf_link.png",
"128": "images\/pdf_link.png"
}
},
"permissions": [
"activeTab"
],
"web_accessible_resources": [
{
"resources": [
"popup.html"
],
"matches": [
"<all_urls>"
]
}
]
}