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": "WeebCentral Manga Downloader", "version": "1.1.0", "description": "Download manga chapters from WeebCentral for offline reading with automatic page detection and organized downloads.", "permissions": [ "activeTab", "downloads", "storage", "scripting", "tabs" ], "host_permissions": [ "*:\/\/weebcentral.com\/*", "*:\/\/*.weebcentral.com\/*", "*:\/\/official.lowee.us\/*", "*:\/\/*.lowee.us\/*" ], "action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "assets\/icons\/icon16.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" } }, "icons": { "16": "assets\/icons\/icon16.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/weebcentral.com\/*", "*:\/\/*.weebcentral.com\/*" ], "js": [ "content\/content.js" ] } ], "background": { "service_worker": "background\/background.js" }, "web_accessible_resources": [ { "resources": [ "assets\/*" ], "matches": [ "*:\/\/weebcentral.com\/*", "*:\/\/*.weebcentral.com\/*" ] } ] }