diff --git a/apps/papam_timer/papamTimer.info b/apps/papam_timer/papamTimer.info deleted file mode 100644 index d3db17766..000000000 --- a/apps/papam_timer/papamTimer.info +++ /dev/null @@ -1,6 +0,0 @@ -require("Storage").write("papamTimer.info",{ - "id":"papamTimer", - "name":"PapaM Timer", - "src":"papamTimer.app.js", - "icon":"papamTimer.img" -}); \ No newline at end of file diff --git a/apps/pm_timer/pmTimer.info b/apps/pm_timer/pmTimer.info new file mode 100644 index 000000000..f00b17279 --- /dev/null +++ b/apps/pm_timer/pmTimer.info @@ -0,0 +1,6 @@ +require("Storage").write("pmTimer.info",{ + "id":"pmTimer", + "name":"PapaM Timer", + "src":"pmTimer.app.js", + "icon":"pmTimer.img" +}); \ No newline at end of file diff --git a/apps/papam_timer/papamTimer.js b/apps/pm_timer/pmTimer.js similarity index 100% rename from apps/papam_timer/papamTimer.js rename to apps/pm_timer/pmTimer.js diff --git a/apps/papam_timer/timer-48.png b/apps/pm_timer/timer-48.png similarity index 100% rename from apps/papam_timer/timer-48.png rename to apps/pm_timer/timer-48.png