diff --git a/build/apps.examples.json b/build/apps.examples.json index 5f22cd1..c885737 100644 --- a/build/apps.examples.json +++ b/build/apps.examples.json @@ -1902,6 +1902,12 @@ "Moon FM/4.0.33" ] }, + { + "name": "mowPod", + "examples": [ + "mowPod/1.0 Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36" + ] + }, { "name": "MPlayer", "examples": [ diff --git a/build/apps.runtime.json b/build/apps.runtime.json index 0bb0cb8..28427ab 100644 --- a/build/apps.runtime.json +++ b/build/apps.runtime.json @@ -1200,6 +1200,10 @@ "name": "MoonFM", "pattern": "^Moon ?FM/" }, + { + "name": "mowPod", + "pattern": "^mowPod/" + }, { "name": "MPlayer", "pattern": "^MPlayer \\d"