You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.
for file in background_page.html background_script.js content_script.js dark-crunchyroll-chrome.zip dark-crunchyroll-firefox.zip manifest.json styles.css; do
if [ ! -f ./build/$file ]; then
echo "missing $file"
exit 1
fi
done
# see if ./build/images/* are there
for file in arrows.png dark_crunchyroll_128.png white_crunchyroll_128.png queue_arrow.png queue_dropdown_arrow.png quote_end.png quote_start.png views-count-bubble.png; do