Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Commit

Permalink
Actually extension is not full release
Browse files Browse the repository at this point in the history
  • Loading branch information
Snazzie committed Feb 12, 2020
1 parent d639350 commit 41cf82d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion Extensions/Chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Github DarkTheme",
"description": "This is the official extension that applies DarkThemeHub's Github Darktheme to supported github related pages. Source code is available in the repository ",
"version": "1.0.0",
"version": "0.0.1",
"browser_action": {
"default_icon": "icon16.png",
"default_popup": "popup.html"
Expand Down
4 changes: 2 additions & 2 deletions Extensions/Chrome/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-darktheme-chromeextension",
"version": "1.0.0",
"version": "0.0.1",
"description": "Github dark theme deployed via chrome extension",
"scripts": {
"build": "webpack --config webpack.prod.js && ncp manifest.json dist/manifest.json --clobber true && ncp src/extension-icons/ dist/ --clobber true && ncp src/html/popup.html dist/popup.html --clobber true",
Expand Down Expand Up @@ -34,4 +34,4 @@
"react": "16.12.0",
"react-dom": "16.12.0"
}
}
}

0 comments on commit 41cf82d

Please sign in to comment.