Examine source code of eServices Greece

Inspect and view changes in eServices Greece 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",
  "browser_action": {
    "default_icon": {
      "128": "assets/eSGR-Logo-128px.png"
    },
    "default_popup": "html/esgce.html",
    "default_title": "eServices Greece"
  },
  "content_security_policy": "script-src 'self' https://api.eservices-greece.net; object-src 'self'",
  "description": "Receive Notifications & Direct Access to our Apps. Check your website DNS & Tech status.",
  "icons": {
    "64": "assets/eSGR-Logo-64px.png",
    "128": "assets/eSGR-Logo-128px.png",
    "256": "assets/eSGR-Logo-256px.png"
  },
  "manifest_version": 2,
  "name": "eServices Greece",
  "options_ui": {
    "page": "html/options.html",
    "open_in_tab": false
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "permissions": [
    "storage",
    "webRequest",
    "webNavigation",
    "http://*/",
    "https://*/"
  ],
  "short_name": "eSGR",
  "version": "1.0.20"
}