Add mac-app-store-search extension#11903
Conversation
- update assets - search works - adds skeleton - Initial commit
|
Congratulations on your new Raycast extension! 🚀 We will aim to make the initial review within five working days. Once the PR is approved and merged, the extension will be available on our Store. |
|
Hey, you need to add metadata images for the Store. |
|
Sure, let me go ahead and add some. 🚀 |
- adds screenshots for store listing. - update node versions - Create node.js.yml
|
Done! |
|
(fixed the linter nag on screenshot dimensions, should have probably run |
|
do you think it is worth updating the npm build script to also run the linter perhaps? something like: - "build": "ray build -e dist",
+ "build": "lint && ray build -e dist", |
|
By Raycast standards, |
ah neat, I totally didn't know that was a thing -- instead I was doing it all by hand
sure, let me fix that as well! |
|
Delete the copy of metadata images in the assets folder. There is no need to include them in README. When people open README from the Store, they will see the metadata images on top. Also, your first two metadata images add no relevant information. I would delete them. |
|
done, thanks Arthur! |
|
Honestly, I'd suggest using the original App Store icon in the extension. If you prefer using your own icon, consider giving it rounded corners. You can use the Raycast Icon Maker for this: https://icon.ray.so/ |
|
cool, updated it -- didn't want to use one of those icons but whatever (the icon maker seems to break when i try to import in a custom svg icon), are we gtm here? |
Actually, you don't need to. I suggested you use the Icon Maker to change your icon to use rounded corners. Here's a version of your own icon with rounded corners if you prefer to use: As I mentioned, in your place, I would rather use the App Store original icon, but it's also okay to use your own icon. I just find this icon a bit strange because of these nonsense black circles. |
|
i've updated the icon, let's move with the one that i have at present :) |
|
just following up: are we gtm, or are is there an ask here? |
|
In a couple of days @pernielsentikaer will review the PR. |
pernielsentikaer
left a comment
There was a problem hiding this comment.
Hi 👋
Thanks for your contribution 💪
I have now tested your extension, and I have some feedback ready for you:
- There is no loading indicator when searching
Raycast23042024-6gKAS43K.png.mp4
-
Most of the things I search for are not for macOS; is that intended? Try searching for
GSEand check the first hit in the App Store; I'm just finding that it's not compatible with the MacBook. -
Could you run
Check for Updatesin your Raycast, it looks like you're on an old version
I'm looking forward to testing this extension again 🔥
Request a new review when you are ready. Feel free to contact me here or at Slack if you have any questions.
|
Good catch @pernielsentikaer, thanks! I have fixed the API search params and addressed the other comments! |
|
@say4n your metadata images show the previous icon version: |
pernielsentikaer
left a comment
There was a problem hiding this comment.
Hi 👋
Looks good to me, approved 🔥
|
Published to the Raycast Store: |
|
🎉 🎉 🎉 We've rewarded your Raycast account with some credits. You will soon be able to exchange them for some swag. |
|
Thanks @pernielsentikaer, apologies for the tardiness! |
|
All good 🎉 Awesome to see it in the store 🔥 |


Description
Adds an extension to search for apps on the Mac App Store.
Screencast
Checklist
npm run buildand tested this distribution build in Raycastassetsfolder are used by the extension itselfREADMEare placed outside of themetadatafolder