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": "CMU Dining Weekly Progress Meter", "author": "Nolan Medalla", "description": "Calculates weekly progress for your dining plan!", "version": "1.12.1", "manifest_version": 3, "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/s3.andrew.cmu.edu\/sio\/mpa\/campuslife\/*" ], "js": [ "content_script.js" ] } ], "background": { "service_worker": "on_install.js" }, "web_accessible_resources": [ { "resources": [ "styles.css" ], "matches": [ "<all_urls>" ] } ], "icons": { "32": "\/images\/icon.png" } }