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": "arXiv Tools", "version": "1.0.0", "manifest_version": 3, "description": "Useful utilities and customizations for arXiv.org.", "permissions": [ "storage" ], "host_permissions": [ "*:\/\/arxiv.org\/*" ], "content_scripts": [ { "matches": [ "*:\/\/arxiv.org\/*" ], "js": [ "content.js" ], "css": [ "download-pdf-style.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "hide-cornell-header.css" ], "matches": [ "*:\/\/arxiv.org\/*" ] } ], "background": { "service_worker": "service-worker.js" }, "icons": { "128": "icon.png" }, "homepage_url": "https:\/\/browsernative.com\/arxiv-tools\/", "action": { "default_popup": "popup\/popup.html", "default_icon": "icon.png", "default_title": "arXiv Tools Extension" } }