Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(748)

Unified Diff: go-back-with-backspace/build-zip.sh

Issue 2325963003: Add options and a browser-action popup. (Closed) Base URL: https://chromium.googlesource.com/chromium/extensions-by-google.git@master
Patch Set: Response to comments Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « go-back-with-backspace/background.js ('k') | go-back-with-backspace/content_script.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go-back-with-backspace/build-zip.sh
diff --git a/go-back-with-backspace/build-zip.sh b/go-back-with-backspace/build-zip.sh
index eeb9c92c0937a39d555b223979e4e9d0dc51c68c..302583c782ae221c6aa1e685dfd82176bc78a507 100755
--- a/go-back-with-backspace/build-zip.sh
+++ b/go-back-with-backspace/build-zip.sh
@@ -4,17 +4,32 @@
# Constants
readonly ZIP_FILE='go-back-with-backspace.zip'
-# The individual icon files are listed so an error will be raised if one is
-# missing.
-declare -ar ZIP_CONTENTS=(_locales/
+# The individual files within directories are listed so an error will be
+# raised if one is missing.
+declare -ar ZIP_CONTENTS=(LICENSE
+ _locales/
+ background.js
+ content_script.js
icons/
icons/icon16.png
+ icons/icon19.png
icons/icon32.png
+ icons/icon38.png
icons/icon48.png
icons/icon128.png
- content_script.js
is_editable.js
manifest.json
+ pages/
+ pages/common.js
+ pages/installed.css
+ pages/installed.html
+ pages/installed.js
+ pages/options.css
+ pages/options.html
+ pages/options.js
+ pages/popup.css
+ pages/popup.html
+ pages/popup.js
readme.txt)
# Remove backup files.
« no previous file with comments | « go-back-with-backspace/background.js ('k') | go-back-with-backspace/content_script.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698