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": "Homework Checker (Schoology)", "description": "Stay organized. Check off assignments like a todo-list.", "author": "Joel Grayson", "version": "6.2", "manifest_version": 3, "background": { "service_worker": "alter page\/dist\/background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "alter page\/dist\/injected\/jquery.min.js", "alter page\/dist\/content script bundle.js" ], "css": [ "alter page\/dist\/injected\/checkmark.css", "alter page\/dist\/injected\/hide-button.css" ], "run_at": "document_end" } ], "host_permissions": [ "<all_urls>" ], "permissions": [ "storage" ], "action": { "default_popup": "popup\/index.html", "default_icon": { "16": "icons\/logo.png", "32": "icons\/logo.png", "48": "icons\/logo.png", "128": "icons\/logo.png" } }, "icons": { "16": "icons\/logo.png", "32": "icons\/logo.png", "48": "icons\/logo.png", "128": "icons\/logo.png" } }