ScrapsALot — install paths
===========================

Standard (release ZIP from build-plugin-zip.ps1):

  wp-content/plugins/scraps-a-lot/scraps-a-lot.php   ← main plugin file
  wp-content/plugins/scraps-a-lot/includes/...
  wp-content/plugins/scraps-a-lot/assets/...

Full development tree (repo folder ScrapsALot):

  wp-content/plugins/ScrapsALot/scraps-a-lot.php     ← loader (this level is required)
  wp-content/plugins/ScrapsALot/scraps-a-lot/scraps-a-lot.php

WordPress only scans PHP files directly inside each folder under wp-content/plugins/.
If the main scraps-a-lot.php file sits one folder too deep, the plugin will not appear in Plugins → Installed Plugins.

After install: activate as Administrator (manage_options) to see the ScrapsALot admin menu.
