Configuring the Windows Store app for Imagine Language & Literacy and Imagine Español

 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

  1. Create a JSON file using a text editor of your choice.
  2. Name the file client_settings.json.
  3. Enter the values shown in the example below and save the file.
  4. Validate the JSON file before you use it. You can access an online JSON validator tool by clicking here.
  5. Move the file to this directory: C:\Users\USER\AppData\Local\Packages
    \ImagineLearning.ImagineLanguageLiteracy_q6aj84ys0e2nr\LocalState
    .

Settings file configuration

{
	"SiteCode" : "ImagineLearning"
}