Skip to content

Commit

Permalink
revert manifest v3
Browse files Browse the repository at this point in the history
  • Loading branch information
shyam-builder committed Dec 17, 2024
1 parent 3b20bdd commit 30e9092
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion examples/chrome-extension/manifest-v2/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Sample Chrome Extension",
"version": "1.0.2",
"version": "1.0.0",
"manifest_version": 2,
"description": "Sample Chrome Extension",
"homepage_url": "https://builder.io",
Expand Down
2 changes: 1 addition & 1 deletion examples/chrome-extension/manifest-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"copy": "rm -rf ./dist && copyfiles ./icons/**/*.png ./icons/**/*.jpg ./src/bg/background.js ./manifest.json ./dist/modern",
"copy-final": "copyfiles -f 'copyfiles -f './dist/modern/*.js' ./dist/modern/src' ./dist/modern",
"build": "rm -rf .parcel-cache && npm run version && npm run copy",
"develop": "nodemon -e js,tsx,png,html,ts --watch src --exec \"NODE_ENV=development rm -rf .parcel-cache && npm run copy && parcel build src/popup/popup.html src/inject/inject.ts --no-optimize --dist-dir 'dist' --public-url './' && yarn copy-final\"",
"develop": "nodemon -e js,tsx,png,html,ts --watch src --exec \"NODE_ENV=development rm -rf .parcel-cache && npm run copy && yarn copy-final\"",
"dev": "yarn develop",
"parcel": "parcel",
"copyfiles": "copyfiles"
Expand Down
7 changes: 0 additions & 7 deletions examples/chrome-extension/manifest-v2/tsconfig.json

This file was deleted.

0 comments on commit 30e9092

Please sign in to comment.