Decre

Decre

A web application created by Decre Recruitment LTD.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Decre",
  "description": "A web application created by Decre Recruitment LTD.",
  "version": "1.0",
  "icons": {
    "128": "icon.png"
  },
  "app": {
    "background": {
      "scripts": [
        "js/background.js"
      ],
      "pages": [
        "html/embed.html"
      ]
    }
  },
  "permissions": [
    "webview",
    "fullscreen",
    "notifications"
  ]
}