Examine source code of Spell Star 1c:CCVC & CVCC LITE

Inspect and view changes in Spell Star 1c:CCVC & CVCC 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.spellstar1cfree-release 1.0(3).apk"
    ],
    "enableExternalDirectory": false,
    "orientation": "landscape",
    "formFactor": "fullscreen",
    "packageName": "com.pld.spellstar1cfree",
    "resize": "disabled",
    "name": "Spell Star 1c:CCVC & CVCC LITE"
  },
  "app": {
    "background": {
      "page": "app_main.html"
    }
  },
  "description": "PLD Spell Star 1C: CCVC and CVCC Words is the third app in the four-game 'Spell Star' series from PLD Literacy & Learning.",
  "offline_enabled": true,
  "kiosk_enabled": true,
  "version": "0.7",
  "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"
  ]
}