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, "short_name": "Canvas Dark", "name": "Canvas Dark Mode", "version": "2.7", "author": "Rainer Erani", "description": "Turns Canvas into Dark Mode!", "icons": { "16": "icons\/logo-medium16.png", "48": "icons\/logo-medium16.png", "128": "icons\/logo-medium128.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "include_globs": [ "*:\/\/canvas.*.*\/*", "*:\/\/*.instructure.com\/*" ], "css": [ "dark_mode.css" ] } ] }