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": "Lumin: PDF Editor, Edit, Sign, Merge, Share and Print PDFs", "version": "5.1.9", "description": "View, edit, and share PDF documents.", "manifest_version": 3, "author": "Lumin", "background": { "service_worker": "worker.js" }, "host_permissions": [ "<all_urls>" ], "icons": { "32": "assets\/icons\/i-32.png", "48": "assets\/icons\/i-48.png", "128": "assets\/icons\/i-128.png", "512": "assets\/icons\/i-512.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; frame-ancestors 'self' https:\/\/sign.luminpdf.com; object-src 'self'; script-src-elem 'self' 'unsafe-inline'" }, "permissions": [ "storage", "tabs", "webRequest", "webNavigation", "declarativeNetRequestWithHostAccess" ], "action": { "default_title": "Lumin", "default_popup": "popup.html", "default_icon": { "32": "assets\/icons\/i-32.png", "72": "assets\/icons\/i-72.png", "128": "assets\/icons\/i-128.png", "512": "assets\/icons\/i-512.png" } }, "web_accessible_resources": [ { "resources": [ "assets\/icons\/*.png" ], "matches": [ "<all_urls>" ] } ] }