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": "Yale Hospitality Wrapped", "description": "Get a wrapped of your Yale Hospitality history for the Fall 2024 semester!", "version": "1.0.9", "content_scripts": [ { "js": [ "assets\/content_script.jsx-loader-DeZmg3WW.js" ], "matches": [ "https:\/\/yale-sp.transactcampus.com\/*" ], "css": [ "assets\/content_script-CXR0BNZ5.css" ] } ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "web_accessible_resources": [ { "matches": [ "https:\/\/yale-sp.transactcampus.com\/*" ], "resources": [ "YaleNew-Roman.otf", "src\/scripts\/assets\/*", "assets\/content_script.jsx-C71sCCL4.js" ], "use_dynamic_url": false } ], "icons": { "128": "icon_128x128.png" } }