| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Fork this repository, create a new branch and clone it
git clone https://github.com/<user>/scripts.git cd scripts git checkout <branch>
Add the local checkout as a local repository in Phoenicis (see instructions)
Select the right category for the application
Create a new folder for your script inside that category. The folder structure should be:
category
└── application-name
├── script-name
│ ├── script.js
│ └── script.json
├── miniatures
│ └── main.png
└── application.json
Typically, script-name will be something like "Steam", "Online" or "v1.2".
Even if the application name contains ®, ™ or the like, you should not use it in the folder name.
Fill the files:
{
"scriptName": "Online",
"compatibleOperatingSystems": ["MACOSX", "LINUX"],
"testingOperatingSystems": [],
"free": true,
"requiresPatch": false
}{
"name": "Steam",
"description": "Application description"
}Verify changes:
Create a pull request:
Phoenicis scripts are localized using Crowdin: https://crowdin.com/project/phoenicis-scripts If your language is not listed, please create an issue.
| Back | FazBrowse Home | New Git URL |