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": "PDF Bookmark", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ] } ], "icons": { "16": "res\/img\/pdf_bookmark_1_16.png", "32": "res\/img\/pdf_bookmark_1_32.png", "48": "res\/img\/pdf_bookmark_1_48.png", "128": "res\/img\/pdf_bookmark_1_128.png" }, "action": { "default_popup": "popup.html", "default_icon": "\/res\/img\/pdf_bookmark_1.png", "default_title": "PDF_bookmark" }, "permissions": [ "tabs", "storage" ], "host_permissions": [ "<all_urls>" ] }