Loudly

Loudly

Edge App for Loudly

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Loudly",
  "description": "Edge App for Loudly",
  "version": "1.0",
  "icons": {
    "128": "img/icon.png"
  },
  "app": {
    "background": {
      "scripts": [
        "js/background.js"
      ],
      "pages": [
        "html/embed.html"
      ]
    }
  },
  "permissions": [
    "webview",
    "fullscreen",
    "notifications"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}