Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Commit

Permalink
changements pour la webapp android
Browse files Browse the repository at this point in the history
  • Loading branch information
ecnivtwelve committed Sep 4, 2022
1 parent 7d2f815 commit 9ac06a2
Show file tree
Hide file tree
Showing 5 changed files with 80 additions and 4 deletions.
24 changes: 23 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,26 @@ dist
.tern-port

# Other
.idea/
.idea/

## twa
build.gradle
gradle.properties
gradlew
gradlew.bat
gradle/
.gradle/
local.properties
app/
build/
gradle/wrapper/gradle-wrapper.jar
gradle/wrapper/gradle-wrapper.properties
android.keystore
android/
app-release-bundle.aab
app-release-signed.apk
app-release-signed.apk.idsig
app-release-unsigned-aligned.apk
manifest-checksum.txt
settings.gradle
store_icon.png
Binary file added android-192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added android-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 16 additions & 3 deletions manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"name": "Pronote+",
"start_url": "/",
"start_url": "https://v3.pronote.plus",
"display": "standalone",
"scope": "/*",
"theme_color": "#000000",
"background_color": "#2BA873",
"orientation": "portrait",
"lang": "fr-FR"
"lang": "fr-FR",
"icons": [
{
"src": "./android-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "./android-512.png",
"type": "image/png",
"sizes": "512x512"
}
]
}
41 changes: 41 additions & 0 deletions twa-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"packageId": "plus.pronote.v3.twa",
"host": "v3.pronote.plus",
"name": "Pronote+",
"launcherName": "Pronote+",
"display": "fullscreen",
"themeColor": "#F9F9F9",
"navigationColor": "#000000",
"navigationColorDark": "#000000",
"navigationDividerColor": "#000000",
"navigationDividerColorDark": "#000000",
"backgroundColor": "#2BA873",
"enableNotifications": true,
"startUrl": "/",
"iconUrl": "https://v3.pronote.plus/android-512.png",
"splashScreenFadeOutDuration": 1,
"signingKey": {
"path": "C:\\Users\\vince\\OneDrive\\Documents\\GitHub\\Papillon\\android.keystore",
"alias": "android"
},
"appVersionName": "3",
"appVersionCode": 3,
"shortcuts": [],
"generatorApp": "bubblewrap-cli",
"webManifestUrl": "https://v3.pronote.plus/manifest.webmanifest",
"fallbackType": "customtabs",
"features": {},
"alphaDependencies": {
"enabled": false
},
"enableSiteSettingsShortcut": true,
"isChromeOSOnly": false,
"isMetaQuest": false,
"fullScopeUrl": "https://v3.pronote.plus/",
"minSdkVersion": 19,
"orientation": "portrait",
"fingerprints": [],
"additionalTrustedOrigins": [],
"retainedBundles": [],
"appVersion": "3"
}

0 comments on commit 9ac06a2

Please sign in to comment.