Skip to content

Fix typo #148

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/development/custom-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ description: 🔧 Creating Custom Apps.
- `name`: The name of the custom app.
- `icon`: The escaped SVG markup for the sidebar icon.
- `active-icon`: The escaped SVG markup for the active status of the sidebar icon (when your custom app is open).
- `subfiles`: You can optionally include other JS files. These files will be concatenated together in the order defined here. Any variables you delcare in the main `index.js`, or any subfiles will be accessible from all. This is useful for organizational purposes for more complex custom apps.
- `subfiles`: You can optionally include other JS files. These files will be concatenated together in the order defined here. Any variables you declare in the main `index.js`, or any subfiles will be accessible from all. This is useful for organizational purposes for more complex custom apps.
- `subfiles_extension`: You can optionally include an extension(s) with your custom app. These are treated as regular extensions, and will run when Spotify starts.

_Note: The `subfiles` can be in nested folders, while any `subfiles_extension` can not._
Expand Down