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": "SafeSchools QuickSkipper", "version": "1.03", "version_name": "1.03 alpha", "description": "Made by Andrew Hogan. No guarantees or promises, have a good school year!", "content_scripts": [ { "matches": [ "*:\/\/*.safeschools.com\/training\/player\/*" ], "js": [ "jquery-3.3.1.min.js", "quickskipper.js" ] } ], "background": { "scripts": [ "background.js" ] }, "icons": { "48": "icons\/cencus48X48.png", "96": "icons\/cencus96X96.png" }, "web_accessible_resources": [ "\/index.html", "\/head.html" ] }