Examine source code of Edelvives_Texto

Inspect and view changes in Edelvives_Texto 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",
  "manifest_version": 2,
  "name": "Edelvives_Texto",
  "version": "2.7.3",
  "minimum_chrome_version": "33.0.1715.0",
  "icons": {
    "16": "assets/img/icon16.png",
    "48": "assets/img/icon48.png",
    "128": "assets/img/icon128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmIv71dKO2j+slyZgzDkzbAzBFW17wPLqsvipGT1a9Dp3TyqZ149R6roFPBd0ux30uHjWhUHbyDscwoDeF18HFv8hWFWsamttC9bJb+Dfw9fFz1QXjO7we5VPS1YFgHmEDW9l2WiSMcTRFwr7if9Af23f2dvPtNmDvO9ade0CUwrBB/UwANZHdQCYKd0Oxe2Z7XyyySB15xLekmMjbjP+L+MaE/mufPs1OO9BIwSNRh9W9kmUi6Xb+2ZoEkpTcToxYC3tRO7URAMckFfcwJekcqgFTEgCD3UdQJEc86GEdVlioqJiX+2nr4kuwkQNmaLoVAW100lcPMWKFNP86B9T4wIDAQAB",
  "permissions": [
    "webview",
    "browser",
    "system.network",
    "storage",
    "unlimitedStorage",
    "fileSystem",
    "syncFileSystem",
    "identity",
    "identity.email",
    "https://edelvivesdigital.com/*",
    "https://edelvivesdigital.com.ar/*",
    "https://edelvivesdigital.com.mx/*",
    "https://*.ink2cloud.com/*",
    {
      "mediaGalleries": [
        "read",
        "allAutoDetected"
      ]
    }
  ],
  "oauth2": {
    "client_id": "541081279947-g1159tkovvk1kppeae71mdd222i4tgfn.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile",
      "https://www.googleapis.com/auth/drive.file"
    ]
  },
  "webview": {
    "partitions": [
      {
        "name": "trusted",
        "accessible_resources": [
          "*"
        ]
      }
    ]
  },
  "app": {
    "background": {
      "scripts": [
        "app/main.js"
      ]
    }
  },
  "sockets": {
    "tcpServer": {
      "listen": ""
    }
  },
  "offline_enabled": true
}