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": "Toranoana Downloader", "description": "downloader for toranoana online hondana", "version": "1.0", "action": { "default_icon": "icons\/icon128.png", "default_popup": "dist\/index.html" }, "permissions": [ "downloads", "storage", "tabs" ], "host_permissions": [ "*:\/\/*.toraebook.com\/*", "https:\/\/*.amazonaws.com\/viewer.toraebook.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/books.toraebook.com\/toraebook\/*" ], "js": [ "dist\/content.js" ] } ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "service_worker": "dist\/background.js" }, "web_accessible_resources": [ { "resources": [ "dist\/popup.js" ], "matches": [ "*:\/\/*.toraebook.com\/*" ] } ] }