Safa Enjaz 1437

Safa Enjaz for employment visa ,the latest technology for employment pioneers
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",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAl8Ggu09T7DsL/1zspMLfGu22iY3MOveCiUKRbEwAj9ZwBEzsoEJ+OnGmix5BOItERQCpGA8zH6a5xKUr3VdSyjAz+yb4Kat9FfGS1DyTA1J88g6ufbruQVnHFH8NHWFrTQe9TXrAq4pwu76gs0gaJYRL8yMlt2V2nD3Cb5yd32Ur/+jWO4WD8eQSjaQnoHuC8hOZOHEveSsbp04DeynFqrp+WQE7f/asqbeXhN/ftAf7mFF1SZ+19phHZ9LRPTOPmzIXoMIXPveeIQV9dh9bWBY86yuUxB0SLqGBQ5+IZ41mUwt/LSoazPbNYxl/FuC+uGsGHF4zsIy51/Chcv14eQIDAQAB",
  "manifest_version": 2,
  "name": "Safa Enjaz 1437",
  "short_name": "SafaEnjaz1437",
  "description": "Safa Enjaz for employment visa ,the latest technology for employment pioneers",
  "version": "1.437.0.5",
  "minimum_chrome_version": "38",
  "icons": {
    "16": "assets/16.png",
    "32": "assets/32.png",
    "64": "assets/64.png",
    "128": "assets/128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "offline_enabled": true,
  "permissions": [
    "storage",
    "unlimitedStorage",
    "fileSystem",
    "fileSystem.write",
    "webview",
    "nativeMessaging",
    "alwaysOnTopWindows",
    {
      "socket": [
        "resolve-host",
        "tcp-connect:*:*",
        "tcp-listen::*"
      ]
    },
    {
      "fileSystem": [
        "write",
        "directory",
        "retainEntries"
      ]
    }
  ],
  "sockets": {
    "tcp": {
      "connect": "*"
    }
  },
  "webview": {
    "partitions": [
      {
        "name": "static",
        "accessible_resources": [
          "webview.html"
        ]
      }
    ]
  }
}