If I create a source map, must I give it a .map extension, or could I call it .foo, as long as it has the correct headers?
If someone could point to documentation on thi
It can be any extension, but .map is the most used. By convention it will have the same name as the target file.
Also the documentation for the Source Maps Proposal has been moved from google docs. This is the new link: https://sourcemaps.info/spec.html