{
  "manifest_version": 2,
  "name": "ESG Manager",
  "version": "1.0",
  "description": "ESG Manager - Gestión empresarial",
  "gcm_sender_id": "103953800507",
  "icons": {
    "16": "images/favicon/icon_16.png",
    "32": "images/favicon/icon_32.png",
    "48": "images/favicon/icon_48.png",
    "96": "images/favicon/icon_96.png",
    "120": "images/favicon/icon_120.png",
    "144": "images/favicon/icon_144.png"
  },
  "browser_action": {
    "default_icon": "images/favicon/icon_32.png"
  },
  "permissions": [
    "gcm",
    "downloads",
    "storage",
    "unlimitedStorage",
    "http://localhost.source.com/files",
    "http://localhost.source.com/",
    "http://localhost/",
    "http://127.0.0.1/"
  ],
  "content_security_policy": "script-src 'unsafe-eval'; object-src 'unsafe-eval'",
  "short_name": "ESG Manager",
  "author": "ESG COMUNICACIONES SAS"
}