Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Elements6007 committed Oct 26, 2023
1 parent 034c1ae commit fc8b325
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
Binary file added DesmosDarkv0.1.1.zip
Binary file not shown.
Binary file added desmosdark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added iconhlf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 6 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit fc8b325

Please sign in to comment.