eServices Greece

eServices Greece

Receive Notifications & Direct Access to our Apps. Check your website DNS & Tech status.

Merlin
Additional files are visible only to premium users

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"
}