Pati Group Tool

Pati Group Tool

Download image

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Pati Group Tool",
  "version": "0.0.1",
  "description": "Download image",
  "icons": {
    "128": "download_icon.png"
  },
  "browser_action": {
    "default_icon": "download_icon.png",
    "default_title": "Pati Group Tool",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "http://*/",
    "https://*/",
    "*://*/*",
    "downloads",
    "downloads.shelf"
  ],
  "devtools_page": "devtool.html",
  "manifest_version": 2
}