mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-19 23:11:00 +00:00
8cac9df8c6
* Early version of an action that would open a deeplink in the app * Extend routeur support + catch deeplinks * Cleaning extension code, using what local packages has to offer * Removed useless stuff from the extension * Added action icon ; Thanks Dall-E for the icon * Added the action name within a localizable file * Fix routeur --------- Co-authored-by: Thomas Ricouard <ricouard77@gmail.com>
14 lines
218 B
JSON
14 lines
218 B
JSON
{
|
|
"images" : [
|
|
{
|
|
"filename" : "ActionIcon1024.png",
|
|
"idiom" : "universal",
|
|
"platform" : "ios",
|
|
"size" : "1024x1024"
|
|
}
|
|
],
|
|
"info" : {
|
|
"author" : "xcode",
|
|
"version" : 1
|
|
}
|
|
}
|