Pixabay PNG

Pixabay PNG

Pixabay PNG

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Pixabay PNG",
  "description": "Pixabay PNG",
  "version": "1.0.0",
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Open the extension"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "img/logo-16.png",
    "48": "img/logo-48.png",
    "128": "img/logo.png"
  },
  "permissions": [
    "storage",
    "alarms",
    "https://pixabay.com/*"
  ]
}