Skip to content

Commit

Permalink
readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
yuqian5 committed Oct 29, 2022
1 parent b2bc1cd commit 81fd0a5
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 40 deletions.
25 changes: 18 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# eclass-confetti
# eClass-confetti

Celebrate the smaller things in life. Appreciate and celebrate every assignment/quiz submission with a little confetti shower.

Expand All @@ -10,12 +10,23 @@ This extension does not collect any data.


## Listing
| Platform | Link | Version |
|----------|--------------------------------------------------------------------------------------------|---------|
| Chrome | https://chrome.google.com/webstore/detail/eclass-confetti/noaahpjahcacconhiehjpmacnnjcaake |0.0.4 |
| Firefox | https://addons.mozilla.org/en-US/firefox/addon/eclass-confetti/ |0.0.5 |
| Safari | Coming Soon |N/A |

| Platform | Link | Version |
|----------------|--------------------------------------------------------------------------------------------|---------|
| Chrome | https://chrome.google.com/webstore/detail/eclass-confetti/noaahpjahcacconhiehjpmacnnjcaake | 0.0.6 |
| Firefox | https://addons.mozilla.org/en-US/firefox/addon/eclass-confetti/ | 0.0.6 |
| Safari (MacOS) | Not paying $120/year for a Apple Developer licence. See guide below. | 0.0.6 |
| Safari (iOS) | Not paying $120/year for a Apple Developer licence. See guide below. | 0.0.6 |


## Installation (MacOS & iOS)
1. Clone or Download the latest release from the [releases page](https://github.com/yuqian5/eclass-confetti/releases)
2. Unzip the file
3. Open Xcode and open the project in ios directory
4. Go to Safari > Settings > Advanced > Show Develop menu in menu bar
5. In the Develop menu, click on your device and click "Allow Unsigned Extensions"
6. Build and run the project on your device
7. Enable the extension in Safari > Settings > Extensions > eClass confetti
8. Go to eClass and enjoy the confetti

## Contributors
* [Kerry Cao](https://github.com/yuqian5)
Expand Down
67 changes: 34 additions & 33 deletions ios/Shared (App)/Assets.xcassets/AppIcon.appiconset/Contents.json
Original file line number Diff line number Diff line change
@@ -1,73 +1,74 @@
{
"images" : [
{
"filename" : "eclass confetti -1 (1)-modified (1).png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
},
{
"size" : "16x16",
"idiom" : "mac",
"filename" : "mac-icon-16@1x.png",
"scale" : "1x"
"idiom" : "mac",
"scale" : "1x",
"size" : "16x16"
},
{
"size" : "16x16",
"idiom" : "mac",
"filename" : "mac-icon-16@2x.png",
"scale" : "2x"
"idiom" : "mac",
"scale" : "2x",
"size" : "16x16"
},
{
"size" : "32x32",
"idiom" : "mac",
"filename" : "mac-icon-32@1x.png",
"scale" : "1x"
"idiom" : "mac",
"scale" : "1x",
"size" : "32x32"
},
{
"size" : "32x32",
"idiom" : "mac",
"filename" : "mac-icon-32@2x.png",
"scale" : "2x"
"idiom" : "mac",
"scale" : "2x",
"size" : "32x32"
},
{
"size" : "128x128",
"idiom" : "mac",
"filename" : "mac-icon-128@1x.png",
"scale" : "1x"
"idiom" : "mac",
"scale" : "1x",
"size" : "128x128"
},
{
"size" : "128x128",
"idiom" : "mac",
"filename" : "mac-icon-128@2x.png",
"scale" : "2x"
"idiom" : "mac",
"scale" : "2x",
"size" : "128x128"
},
{
"size" : "256x256",
"idiom" : "mac",
"filename" : "mac-icon-256@1x.png",
"scale" : "1x"
"idiom" : "mac",
"scale" : "1x",
"size" : "256x256"
},
{
"size" : "256x256",
"idiom" : "mac",
"filename" : "mac-icon-256@2x.png",
"scale" : "2x"
"idiom" : "mac",
"scale" : "2x",
"size" : "256x256"
},
{
"size" : "512x512",
"idiom" : "mac",
"filename" : "mac-icon-512@1x.png",
"scale" : "1x"
"idiom" : "mac",
"scale" : "1x",
"size" : "512x512"
},
{
"size" : "512x512",
"idiom" : "mac",
"filename" : "mac-icon-512@2x.png",
"scale" : "2x"
"idiom" : "mac",
"scale" : "2x",
"size" : "512x512"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Empty file modified publish.sh
100644 → 100755
Empty file.

0 comments on commit 81fd0a5

Please sign in to comment.