|
@@ -3,5 +3,5 @@ rm singlefile-extension-firefox.zip singlefile-extension-chromium.zip
|
|
|
zip -r singlefile-extension-firefox.zip manifest.json extension lib _locales index.js
|
|
zip -r singlefile-extension-firefox.zip manifest.json extension lib _locales index.js
|
|
|
cp manifest.json manifest.copy.json
|
|
cp manifest.json manifest.copy.json
|
|
|
jq "del(.applications,.permissions[0],.options_ui.browser_style)" manifest.copy.json > manifest.json
|
|
jq "del(.applications,.permissions[0],.options_ui.browser_style)" manifest.copy.json > manifest.json
|
|
|
-zip -r singlefile-extension-chromium.zip manifest.json extension lib _locales
|
|
|
|
|
|
|
+zip -r singlefile-extension-chromium.zip manifest.json extension lib _locales index.js
|
|
|
mv manifest.copy.json manifest.json
|
|
mv manifest.copy.json manifest.json
|