Donate

Donate

Donate whenever you procrastinate.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Donate",
  "description": "Donate whenever you procrastinate.",
  "version": "0.0.5",
  "background": {
    "persistant": false,
    "scripts": [
      "shared.js",
      "axios.min.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "notifications"
  ]
}