Browser extension to save network traffic.
Go to file
James Skemp b1e723ad49 Initial commit 2023-04-19 01:56:42 +00:00
src Initial commit 2023-04-19 01:56:42 +00:00
.gitignore Initial commit 2023-04-19 01:56:42 +00:00
.parcelrc Initial commit 2023-04-19 01:56:42 +00:00
README.md Initial commit 2023-04-19 01:56:42 +00:00
manifest.json Initial commit 2023-04-19 01:56:42 +00:00
package-lock.json Initial commit 2023-04-19 01:56:42 +00:00
package.json Initial commit 2023-04-19 01:56:42 +00:00
tsconfig.json Initial commit 2023-04-19 01:56:42 +00:00

README.md

Chrome Extension Template with TypeScript and Parcel

  1. Add code/make sure all CHANGE_ME and chrome-extension-template instances are updated.
  2. Update package.json:
    • name
    • version
    • description
    • repository
    • author
    • license
  3. npm run build