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": "Vula Deadlines", "description": "Browser extension for automatically organizing all your Vula assessments in ONE click.", "version": "1.0.1", "manifest_version": 3, "icons": { "16": "icon-developer-icon.png", "48": "icon-developer-icon.png", "128": "icon-developer-icon.png" }, "background": { "service_worker": "background.js" }, "options_page": ".\/options.html", "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.vula.uct.ac.za\/portal*" ], "js": [ "content.js" ] } ], "permissions": [ "storage" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/", "https:\/\/*.vula.uct.ac.za\/portal*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'", "sandbox": "sandbox allow-scripts; script-src-elem 'unsafe-inline' https:\/\/js.paystack.co\/v2\/inline.js; object-src 'self'" } }