iwannet's repo

iwannet's repo

My own website BUT in a app form. It shows my website in a app form so its easier to access.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "iwannet's repo",
  "description": "My own website BUT in a app form.",
  "version": "1.0",
  "icons": {
    "128": "img/icon.png"
  },
  "app": {
    "background": {
      "scripts": [
        "js/background.js"
      ],
      "pages": [
        "html/embed.html"
      ]
    }
  },
  "permissions": [
    "webview",
    "fullscreen",
    "notifications",
    "audioCapture",
    "videoCapture"
  ]
}