Note
This information applies to Imagine Language & Literacy and Imagine Español only.
Site Codes for the Windows Store app can be deployed with a manually created JavaScript Object Notation (JSON) file. You can also manage apps with Microsoft Intune for Education, and many mobile device managers (MDMs) also have managed configuration options.
To create a settings file
- Create a JSON file using a text editor of your choice.
- Name the file client_settings.json.
- Enter the values shown in the example below and save the file.
- Validate the JSON file before you use it. You can access an online JSON validator tool by clicking here.
- Move the file to this directory: C:\Users\USER\AppData\Local\Packages
\ImagineLearning.ImagineLanguageLiteracy_q6aj84ys0e2nr\LocalState.
Settings file configuration
{
"SiteCode" : "ImagineLearning"
}