Slideshow

Slideshow

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Slideshow",
  "version": "0.0.0",
  "icons": {
    "24": "icon.png",
    "48": "[email protected]",
    "96": "[email protected]"
  },
  "background": {
    "scripts": [
      "browser-polyfill.min.js",
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "contextMenus"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}