Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
develohpanda committed Nov 15, 2018
1 parent 6521dd2 commit 1581e7b
Show file tree
Hide file tree
Showing 36 changed files with 21 additions and 380 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ dist
.sass-cache
app/bower_components
test/bower_components
package
packages/
app/scripts

7 changes: 0 additions & 7 deletions POC/css/bootstrap.min.css

This file was deleted.

48 changes: 0 additions & 48 deletions POC/index.html

This file was deleted.

53 changes: 0 additions & 53 deletions POC/js/background.js

This file was deleted.

7 changes: 0 additions & 7 deletions POC/js/bootstrap.min.js

This file was deleted.

16 changes: 0 additions & 16 deletions POC/js/constants.js

This file was deleted.

32 changes: 0 additions & 32 deletions POC/js/content.js

This file was deleted.

36 changes: 0 additions & 36 deletions POC/js/index.js

This file was deleted.

2 changes: 0 additions & 2 deletions POC/js/jquery-3.3.1.slim.min.js

This file was deleted.

5 changes: 0 additions & 5 deletions POC/js/popper.min.js

This file was deleted.

35 changes: 0 additions & 35 deletions POC/manifest.json

This file was deleted.

20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,26 @@ For example:

Simply clone the repository, open the extensions tab in Chrome ([chrome://extensions](chrome://extensions)), select `Load Unpacked` and then select the root folder.

* [webextension-toolbox](https://github.com/HaNdTriX/webextension-toolbox)

### Install

$ npm install

### Development

npm run dev chrome
npm run dev firefox
npm run dev opera
npm run dev edge

### Build

npm run build chrome
npm run build firefox
npm run build opera
npm run build edge

### Firefox

To debug in Firefox, you need to add an app id in order to use the storage API. Do this by adding the following property to the `manifest.json`.
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
3 changes: 0 additions & 3 deletions src/.gitignore

This file was deleted.

29 changes: 0 additions & 29 deletions src/README.md

This file was deleted.

26 changes: 0 additions & 26 deletions src/app/scripts/background.js

This file was deleted.

26 changes: 0 additions & 26 deletions src/app/scripts/contentscript.js

This file was deleted.

28 changes: 0 additions & 28 deletions src/app/scripts/popup.js

This file was deleted.

Loading

0 comments on commit 1581e7b

Please sign in to comment.