Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

Commit

Permalink
🚀 Implemented more tags as well as internal dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
micahlt committed Aug 10, 2020
1 parent b908297 commit 5c0fd1e
Show file tree
Hide file tree
Showing 7 changed files with 1,995 additions and 11,979 deletions.
5 changes: 3 additions & 2 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="org.scratchclient4.sc4mobile" version="0.0.8" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name short="Itchy">Itchy</name>
<widget id="org.scratchclient4.sc4mobile" version="0.1.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Itchy</name>
<description>
A Scratch client for Android mobile devices.
</description>
Expand All @@ -11,6 +11,7 @@
<!-- Note : Portrait orientation is voluntarily not enforced. -->
<preference name="target-device" value="handset" />
<preference name="DisallowOverscroll" value="true" />
<preference name="android-minSdkVersion" value="19" />
<plugin name="cordova-plugin-whitelist" spec="1" />
<access origin="*" />
<allow-intent href="http://*/*" />
Expand Down
Loading

0 comments on commit 5c0fd1e

Please sign in to comment.