Short version: it’s a Chrome/Google quirk with progressive web apps, not a real security problem with our site. Here are two ways to get past it in under a minute.
Forkin Cooking is a website, not a normal Android app. When you tap “Install app”, Chrome quietly asks Google to build a little wrapper (called a WebAPK) from our web manifest and install that on your phone. Google’s Play Protect has started flagging some of those older wrappers as “built for an older version of Android” — even when the website itself is up to date. We can’t change how Google builds the wrapper. What you’re seeing is that warning, not a problem with the website.
You’re not overriding a real security check on the website — you’re telling Play Protect you trust this specific install.
Same site, same saved recipes, same login. Just skips the WebAPK step entirely.
If a friend’s hitting the same warning, send them this. It links back to this page.
That "Unsafe app blocked" warning is a Chrome quirk, not a real security issue — Forkin Cooking is a website, not a normal app from the Play Store. Two options: 1. Tap "More details" then "Install anyway" on the block screen, or 2. Open forkincooking.com in Chrome, tap the ⋮ menu, and choose "Add to Home Screen". Full explanation: https://forkincooking.com/install-help
Google’s servers build the WebAPK wrapper, not ours. We don’t control which Android target SDK it uses or when it gets rebuilt. We’ve cleaned up our web manifest so future installs give Google the best possible signal, but there’s no button on our side that forces Play Protect to un-flag an existing install. The two fixes above are genuinely the shortest working paths.