diff --git a/DesmosDarkv0.1.1.zip b/DesmosDarkv0.1.1.zip new file mode 100644 index 0000000..8c934fe Binary files /dev/null and b/DesmosDarkv0.1.1.zip differ diff --git a/desmosdark.png b/desmosdark.png new file mode 100644 index 0000000..4b2594f Binary files /dev/null and b/desmosdark.png differ diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..b341863 Binary files /dev/null and b/icon.png differ diff --git a/iconhlf.png b/iconhlf.png new file mode 100644 index 0000000..8cbbf27 Binary files /dev/null and b/iconhlf.png differ diff --git a/manifest.json b/manifest.json index 7c62fbf..b4b71db 100644 --- a/manifest.json +++ b/manifest.json @@ -1,13 +1,15 @@ { "name": "Desmos: Dark Mode", - "version": "0.0.9", + "version": "0.1.2", "manifest_version": 3, - "host_permissions": ["https://*.desmos.com/*"], "description" : "Dark Mode for Desmos", "content_scripts" : [ { - "matches": ["https://*.desmos.com/*"], + "matches": ["https://www.desmos.com/calculator"], "css" : ["dark.css"] } - ] + ], + "icons": { + "128": "iconhlf.png" + } }