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": 2, "name": "Genesis: Mass Demographics", "version": "1.02", "version_name": "1.02", "description": "Adds Mass Demographics (shows all students in a class at once) to your Gradebook screen. For the Bernards Township district.", "content_scripts": [ { "matches": [ "*:\/\/genesis.genesisedu.com\/bernardsboe\/sis\/view?module=gradebook&category=gradebook&tab1=assignments*" ], "js": [ "jquery-3.3.1.min.js", "jquery-ui-min.js", "demo.js" ] } ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html" }, "icons": { "48": "icons\/icon48x48.png", "96": "icons\/icon96x96.png", "128": "icons\/icon128x128.png" }, "web_accessible_resources": [ "\/index.html", "\/head.html" ] }