Add more common apps to list of app names
parent
a56ff029e7
commit
a72218bf37
|
|
@ -78,28 +78,56 @@ E.on('notify',msg=>{
|
|||
"com.apple.reminders": "Reminders",
|
||||
"com.apple.shortcuts": "Shortcuts",
|
||||
"com.apple.TestFlight": "TestFlight",
|
||||
"com.apple.ScreenTimeNotifications": "ScreenTime",
|
||||
"com.apple.ScreenTimeNotifications": "Screen Time",
|
||||
"com.apple.wifid.usernotification": "WiFi",
|
||||
"com.apple.Maps": "Maps",
|
||||
"com.apple.Music": "Apple Music",
|
||||
"com.apple.AppStore": "App Store",
|
||||
"com.apple.Preferences": "Settings",
|
||||
"com.apple.calculator": "Calculator",
|
||||
"com.apple.camera": "Camera",
|
||||
"com.apple.weather": "Weather",
|
||||
"com.apple.VoiceMemos": "Voice Memos",
|
||||
"com.apple.News": "News",
|
||||
"com.apple.tv": "Apple TV",
|
||||
"com.apple.findmy": "Find My",
|
||||
"com.apple.compass": "Compass",
|
||||
"com.apple.measure": "Measure",
|
||||
"com.atebits.Tweetie2": "Twitter",
|
||||
"com.burbn.instagram" : "Instagram",
|
||||
"com.burbn.instagram": "Instagram",
|
||||
"com.facebook.Facebook": "Facebook",
|
||||
"com.facebook.Messenger": "Messenger",
|
||||
"com.google.Chromecast" : "Google Home",
|
||||
"com.google.Gmail" : "GMail",
|
||||
"com.google.hangouts" : "Hangouts",
|
||||
"com.google.ios.youtube" : "YouTube",
|
||||
"com.hammerandchisel.discord" : "Discord",
|
||||
"com.ifttt.ifttt" : "IFTTT",
|
||||
"com.jumbo.app" : "Jumbo",
|
||||
"com.linkedin.LinkedIn" : "LinkedIn",
|
||||
"com.google.Chromecast": "Google Home",
|
||||
"com.google.Gmail": "GMail",
|
||||
"com.google.hangouts": "Hangouts",
|
||||
"com.google.ios.youtube": "YouTube",
|
||||
"com.google.ios.chrome": "Google Chrome",
|
||||
"com.google.Maps": "Google Maps",
|
||||
"com.google.Drive": "Google Drive",
|
||||
"com.google.GoogleMobile": "Google",
|
||||
"com.hammerandchisel.discord": "Discord",
|
||||
"com.ifttt.ifttt": "IFTTT",
|
||||
"com.jumbo.app": "Jumbo",
|
||||
"com.linkedin.LinkedIn": "LinkedIn",
|
||||
"com.marktplaats.iphone": "Marktplaats",
|
||||
"com.microsoft.Office.Outlook" : "Outlook Mail",
|
||||
"com.nestlabs.jasper.release" : "Nest",
|
||||
"com.netflix.Netflix" : "Netflix",
|
||||
"com.reddit.Reddit" : "Reddit",
|
||||
"com.microsoft.Office.Outlook": "Outlook Mail",
|
||||
"com.microsoft.Office.Word": "Microsoft Word",
|
||||
"com.microsoft.Office.Excel": "Microsoft Excel",
|
||||
"com.microsoft.Office.Powerpoint": "Microsoft PowerPoint",
|
||||
"com.nestlabs.jasper.release": "Nest",
|
||||
"com.netflix.Netflix": "Netflix",
|
||||
"com.reddit.Reddit": "Reddit",
|
||||
"com.skype.skype": "Skype",
|
||||
"com.skype.SkypeForiPad": "Skype",
|
||||
"com.spotify.client": "Spotify",
|
||||
"com.soundcloud.TouchApp": "SoundCloud",
|
||||
"com.disney.disneyplus": "Disney+",
|
||||
"com.hbo.hbonow": "HBO Max",
|
||||
"com.amazon.Amazon": "Amazon Shopping",
|
||||
"com.amazon.AmazonVideo": "Prime Video",
|
||||
"com.dropbox.Dropbox": "Dropbox",
|
||||
"com.evernote.iPhone.Evernote": "Evernote",
|
||||
"com.trello": "Trello",
|
||||
"com.storytel.iphone": "Storytel",
|
||||
"com.strava.stravaride": "Strava",
|
||||
"com.tinyspeck.chatlyio": "Slack",
|
||||
|
|
@ -110,20 +138,21 @@ E.on('notify',msg=>{
|
|||
"com.valvesoftware.Steam": "Steam",
|
||||
"com.vilcsak.bitcoin2": "Coinbase",
|
||||
"com.wordfeud.free": "WordFeud",
|
||||
"com.yourcompany.PPClient": "PayPal",
|
||||
"com.paypal.PPClient": "PayPal",
|
||||
"com.zhiliaoapp.musically": "TikTok",
|
||||
"com.pinterest": "Pinterest",
|
||||
"com.tumblr.tumblr": "Tumblr",
|
||||
"de.no26.Number26": "N26",
|
||||
"io.robbie.HomeAssistant": "Home Assistant",
|
||||
"net.superblock.Pushover": "Pushover",
|
||||
"net.weks.prowl": "Prowl",
|
||||
"net.whatsapp.WhatsApp": "WhatsApp",
|
||||
"nl.ah.Appie": "Albert Heijn",
|
||||
"nl.postnl.TrackNTrace": "PostNL",
|
||||
"org.whispersystems.signal": "Signal",
|
||||
"ph.telegra.Telegraph": "Telegram",
|
||||
"tv.twitch": "Twitch",
|
||||
// could also use NRF.ancsGetAppInfo(msg.appId) here
|
||||
};
|
||||
"tv.twitch": "Twitch"
|
||||
};
|
||||
|
||||
|
||||
|
||||
//if (appNames[msg.appId]) msg.a
|
||||
|
|
|
|||
Loading…
Reference in New Issue