Examine source code of Spell Star 1a: CVC words LITE

Inspect and view changes in Spell Star 1a: CVC words LITE source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "file_handlers": {},
  "requirements": {
    "3D": {
      "features": [
        "webgl"
      ]
    }
  },
  "name": "__MSG_extName__",
  "default_locale": "en",
  "icons": {
    "16": "icon.png",
    "128": "icon.png"
  },
  "arc_metadata": {
    "apkList": [
      "com.pld.spellstar1afree-release 1.0(9).apk"
    ],
    "enableExternalDirectory": false,
    "orientation": "landscape",
    "formFactor": "fullscreen",
    "packageName": "com.pld.spellstar1afree",
    "resize": "disabled",
    "name": "Spell Star 1a: CVC words LITE"
  },
  "app": {
    "background": {
      "page": "app_main.html"
    }
  },
  "description": "PLD Spell Star 1A: CVC Words is the first in the four-game series from PLD Literacy & Learning.",
  "offline_enabled": true,
  "kiosk_enabled": true,
  "version": "0.12",
  "manifest_version": 2,
  "import": [
    {
      "id": "mfaihdlpglflfgpfjcifdjdjcckigekc"
    }
  ],
  "version_name": "1.0",
  "permissions": [
    "alarms",
    {
      "fileSystem": [
        "write"
      ]
    },
    "overrideEscFullscreen",
    "unlimitedStorage",
    "notifications",
    "storage",
    "accessibilityFeatures.read",
    "https://clients2.google.com/",
    {
      "socket": [
        "tcp-connect",
        "tcp-listen",
        "udp-bind",
        "udp-send-to",
        "resolve-host",
        "resolve-proxy"
      ]
    },
    "fullscreen"
  ]
}