Examine source code of Greek Study Tool Offline

Inspect and view changes in Greek Study Tool Offline 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",
  "name": "Greek Study Tool Offline",
  "description": "Greek Study Tool Offline Chrome App.",
  "version": "0.3.5",
  "manifest_version": 2,
  "offline_enabled": true,
  "icons": {
    "16": "GST_16.png",
    "32": "GST_32.png",
    "128": "GST_Logo_Offline.png"
  },
  "app": {
    "background": {
      "scripts": [
        "main.js"
      ]
    }
  },
  "permissions": [
    "unlimitedStorage",
    "notifications",
    "storage",
    "browser"
  ]
}