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": "CanvaStyle", "version": "1.0.2", "description": "Give Canvas a new look with CanvaStyle, the ultimate stylization tool for Canvas LMS.", "author": "Raymond Wang", "manifest_version": 3, "action": { "default_title": "open popup", "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "content_scripts": [ { "matches": [ "*:\/\/canvas.ucsd.edu\/*", "*:\/\/canvas.eee.uci.edu\/*", "*:\/\/canvas.instructure.com\/*" ], "run_at": "document_end", "js": [ "index.js" ] } ], "web_accessible_resources": [ { "resources": [ "dm4c.css", "popup.html" ], "matches": [ "*:\/\/canvas.ucsd.edu\/*", "*:\/\/canvas.eee.uci.edu\/*", "*:\/\/canvas.instructure.com\/*" ] } ], "permissions": [ "storage" ], "icons": { "16": "dm4c16.png", "48": "dm4c48.png", "128": "dm4c128.png" } }