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": "__MSG_extension_name__",
"version": "0.1.7",
"description": "__MSG_extension_description__",
"permissions": [],
"host_permissions": [
"<all_urls>"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"js\/content\/auto.js"
],
"run_at": "document_idle"
}
],
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"homepage_url": "https:\/\/auto-scroll.pdfwork.com",
"background": {
"service_worker": "js\/background.js",
"type": "module"
},
"default_locale": "en",
"action": {
"default_title": "__MSG_extension_name__",
"default_popup": "popup\/popup.html"
}
}