2022-01-06 11:47:26 +00:00
{
"id" : "astrocalc" ,
"name" : "Astrocalc" ,
2024-06-08 20:28:05 +00:00
"version" : "0.09" ,
2022-12-12 06:37:36 +00:00
"description" : "Calculates interesting information on the sun like sunset and sunrise and moon cycles for the current day based on your location from MyLocation app" ,
2022-01-06 11:47:26 +00:00
"icon" : "astrocalc.png" ,
2023-08-19 14:28:04 +00:00
"tags" : "app,sun,moon,cycles,tool,outdoors" ,
2022-12-11 21:09:16 +00:00
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2022-01-06 11:47:26 +00:00
"allow_emulator" : true ,
2022-12-11 21:09:16 +00:00
"dependencies" : { "mylocation" : "app" } ,
2022-01-06 11:47:26 +00:00
"storage" : [
{ "name" : "astrocalc.app.js" , "url" : "astrocalc-app.js" } ,
{ "name" : "astrocalc.img" , "url" : "astrocalc-icon.js" , "evaluate" : true } ,
{ "name" : "first-quarter.img" , "url" : "first-quarter-icon.js" , "evaluate" : true } ,
{ "name" : "last-quarter.img" , "url" : "last-quarter-icon.js" , "evaluate" : true } ,
{ "name" : "waning-crescent.img" , "url" : "waning-crescent-icon.js" , "evaluate" : true } ,
{ "name" : "waning-gibbous.img" , "url" : "waning-gibbous-icon.js" , "evaluate" : true } ,
{ "name" : "full.img" , "url" : "full-icon.js" , "evaluate" : true } ,
{ "name" : "new.img" , "url" : "new-icon.js" , "evaluate" : true } ,
{ "name" : "waxing-gibbous.img" , "url" : "waxing-gibbous-icon.js" , "evaluate" : true } ,
{ "name" : "waxing-crescent.img" , "url" : "waxing-crescent-icon.js" , "evaluate" : true }
]
}