Overall, based on the provided information, the PostureMinder extension appears to be a relatively low-risk extension, but users should still exercise caution and monitor its behavior.
https://postureminder.app/faq#ffclose | https://www.paypal.com/donate | |
https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif | https://www.paypal.com/en_US/i/scr/pixel.gif | |
https://postureminder.app/faq | https://chrome.google.com/webstore/detail/postureminder/dkmkfopiihabelocpelofchappjjnpkm?hl=en-US&gl=US | |
https://clients2.google.com/service/update2/crx | https://postureminder.app/get-started?c=1 | |
https://postureminder.app/faq?c=1 | https://postureminder.app/uninstall |
{ "name": "PostureMinder", "icons": { "128": "img/spine.png" }, "action": { "default_icon": "img/spine.png", "default_popup": "popout.html", "default_title": "PostureMinder" }, "author": "Sheryl Lun", "version": "2.1.3", "background": { "type": "module", "service_worker": "service_worker.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "Reminds you to sit up straight with pop-up notifications at specified time intervals.", "permissions": [ "alarms", "notifications", "offscreen", "storage" ], "manifest_version": 3, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "./audio/notification.mp3" ] } ] }