Howto: Configuring Chrome PWAs for macOS Spotlight

To truly mimic the Chromebook experience on a Mac, you need your web apps to behave like native .app binaries. This allows them to appear in Spotlight ($Cmd + Space$), the Dock, and the $Cmd + Tab$ app switcher.

Step 1: Create the Application

  1. Open Google Chrome and navigate to the service (e.g., gemini.google.com).
  2. Click the three-dot menu (⋮) in the top right corner.
  3. Select Save and Share > Install page as app…
  4. (Optional) Rename the app for easier searching (e.g., change “Google Gemini” to just “Gemini”).
  5. Click Install.

Step 2: Ensure Spotlight Indexing

Chrome creates these apps in a specific folder: ~/Applications/Chrome Apps. macOS usually indexes this automatically, but if your apps aren’t appearing in Spotlight:

  1. Go to System Settings > Siri & Spotlight.
  2. Scroll to the bottom and click Spotlight Privacy.
  3. Ensure your Applications folder is not on the exclusion list.
  4. If it still doesn’t appear, drag the Chrome Apps folder into the Privacy list, wait 30 seconds, and then remove it to force a re-index.

Step 3: The “Discrete” Experience

When you launch a Chrome PWA, it runs in its own window without the address bar or bookmarks toolbar. This significantly reduces visual clutter and prevents the “tab-hunting” fatigue common in standard browser workflows.

Tech Tip: If you want a truly “distraction-free” environment, right-click the PWA in your Dock, select Options, and check Open at Login. This ensures your core “OS” tools are ready the moment you wake the MacBook Neo.