Åsberg Slideshow

Åsberg Slideshow

Allows users to right-click imgur albums and reddit subs links to open them on åsberg.net/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"
  ]
}