Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "name": "__MSG_app_name__", "version": "31.3.1", "manifest_version": 3, "description": "__MSG_app_description__", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "zh_CN", "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "permissions": [ "storage", "tabs" ], "host_permissions": [ "https:\/\/*.notion.so\/*", "https:\/\/*.notion.site\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.notion.so\/*", "https:\/\/*.notion.site\/*" ], "js": [ "libs\/jquery.min.js", "libs\/html2canvas.min.js", "libs\/jspdf.umd.min.js", "content.js" ], "css": [ "content.css" ] } ], "web_accessible_resources": [ { "resources": [ "images\/*" ], "matches": [ "https:\/\/*.notion.so\/*", "https:\/\/*.notion.site\/*" ] } ], "author": "notion-to-pdf", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" }