Skip to content

Commit

Permalink
Released Version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Grigorian committed Dec 8, 2020
1 parent 76b3569 commit 091a755
Show file tree
Hide file tree
Showing 105 changed files with 6,365 additions and 4,005 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
.DS_Store
/.cache/
/.parcel-cache/
/public_html/
/dist/
/node_modules/
/public_html/
/target/
6 changes: 6 additions & 0 deletions .parcelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "@parcel/config-default",
"transformers": {
"*.{json,svg}": ["@parcel/transformer-raw"]
}
}
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
> Cookie's best friend! Modern cookie manager.
![MIT License](https://img.shields.io/badge/License-MIT-yellow.svg?style=for-the-badge&color=3466d6)
![Version 1.0.3](https://img.shields.io/badge/Version-1.0.3-yellow.svg?style=for-the-badge&color=3466d6)
![Version 2.0.0](https://img.shields.io/badge/Version-2.0.0-yellow.svg?style=for-the-badge&color=3466d6)
![Users](https://img.shields.io/chrome-web-store/d/haipckejfdppjfblgondaakgckohcihp.svg?style=for-the-badge&color=3466d6)
![Rating](https://img.shields.io/chrome-web-store/rating/haipckejfdppjfblgondaakgckohcihp.svg?style=for-the-badge&color=3466d6)
![Reviews](https://img.shields.io/chrome-web-store/rating-count/haipckejfdppjfblgondaakgckohcihp.svg?style=for-the-badge&color=3466d6)
Expand All @@ -13,12 +13,17 @@

MILK is a modern cookie manager that aims to streamline the way you interact with cookies. With a modern and easy to use interface, it is easy to manage your browser's cookies. This extension comes with the following features:

- Realtime Cookie List
- Realtime Cookie List (Updated Without Refreshing)
- Dynamically Search For Cookies
- Optionally Search Cookies With Regular Expressions
- Create, Read, Update & Delete Cookies
- Block Cookies
- Protect Cookies
- Import & Export Cookies
- Open Source Software (MIT)
- Modern UI/UX (Material Design)
- Dark / Light Theme
- Fullscreen Mode Lets You See Cookies Of Focused Tab

### Development

Expand Down
Binary file modified design/icons.sketch
Binary file not shown.
Binary file added design/marketing.sketch
Binary file not shown.
Binary file removed design/screenshots.sketch
Binary file not shown.
Binary file removed design/ux.sketch
Binary file not shown.
Binary file added docs/images/large-promo-tile.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 docs/images/marquee-promo-tile.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 modified docs/images/screenshot-1.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 docs/images/screenshot-2.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 docs/images/screenshot-3.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 docs/images/screenshot-4.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 docs/images/small-promo-tile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
60 changes: 25 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,49 +1,39 @@
{
"name": "chrome-milk",
"version": "1.0.3",
"version": "2.0.0",
"description": "Chrome extension that manages your browser's cookies",
"main": "./src/index.jsx",
"author": "Rafael Grigorian <[email protected]>",
"author": "Rafael Grigorian <[email protected]>",
"license": "MIT",
"scripts": {
"build": "NODE_ENV=production parcel build src/index.html --no-cache --out-dir public_html",
"serve": "NODE_ENV=development parcel serve src/index.html --no-cache --no-hmr --out-dir public_html",
"clean": "rm -rf public_html dist",
"zip": "mkdir dist && zip -r dist/chrome-milk.zip public_html/*",
"prebuild": "mkdir -p dist && cp -r static/* dist/",
"build": "NODE_ENV=production parcel build --no-cache --no-source-maps src/*.html",
"preserve": "mkdir -p dist && cp -r static/* dist/",
"serve": "NODE_ENV=development parcel serve --no-autoinstall --no-cache src/*.html",
"clean": "rm -rf dist .cache .parcel-cache",
"zip": "mkdir -p target && zip -r target/chrome-milk.zip dist/*",
"release": "yarn clean && yarn build && yarn zip"
},
"resolutions": {
"**/**/set-value": "^2.0.1",
"**/**/js-yaml": "^3.13.1",
"**/**/static-eval": "^2.0.2",
"**/**/serialize-to-js": "^3.0.1",
"**/**/kind-of": "^6.0.3",
"**/**/minimist": "^1.2.3",
"**/**/acorn": "^6.4.1",
"**/**/yargs-parser": "^13.1.2",
"**/**/tar": "^4.4.2",
"**/**/node-forge": "^0.10.0"
},
"dependencies": {
"@material-ui/core": "^4.11.0",
"js-yaml": "^3.13.1",
"parcel": "^1.12.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"static-eval": "^2.0.2"
"@emotion/react": "^11.1.1",
"@emotion/styled": "^11.0.0",
"@material-ui/core": "^5.0.0-alpha.18",
"@material-ui/icons": "^5.0.0-alpha.14",
"copy-to-clipboard": "^3.3.1",
"lodash": "^4.17.20",
"moment": "^2.29.1",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-window": "^1.8.5",
"typeface-roboto": "^1.1.13"
},
"devDependencies": {
"moment": "^2.27.0",
"node-sass": "^4.14.1",
"parcel-bundler": "^1.12.4",
"parcel-plugin-static-files-copy": "^2.4.3"
"parcel": "^2.0.0-nightly.466"
},
"alias": {
"asset": "./src/assets",
"style": "./src/stylesheets",
"atom": "./src/components/atoms",
"molecule": "./src/components/molecules",
"orginism": "./src/components/orginisms",
"page": "./src/components/pages"
"contexts": "./src/contexts",
"components": "./src/components",
"icons": "./src/icons",
"utils": "./src/utils"
}
}
9 changes: 0 additions & 9 deletions src/assets/images/insecure.svg

This file was deleted.

9 changes: 0 additions & 9 deletions src/assets/images/invisible.svg

This file was deleted.

9 changes: 0 additions & 9 deletions src/assets/images/lax.svg

This file was deleted.

14 changes: 0 additions & 14 deletions src/assets/images/logo.svg

This file was deleted.

9 changes: 0 additions & 9 deletions src/assets/images/none.svg

This file was deleted.

9 changes: 0 additions & 9 deletions src/assets/images/secure.svg

This file was deleted.

9 changes: 0 additions & 9 deletions src/assets/images/strict.svg

This file was deleted.

9 changes: 0 additions & 9 deletions src/assets/images/unspecified.svg

This file was deleted.

9 changes: 0 additions & 9 deletions src/assets/images/visible.svg

This file was deleted.

Loading

0 comments on commit 091a755

Please sign in to comment.