Archival Documents Downloader

Archival Documents Downloader

Downloader for szukajwarchiwach.pl

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Archival Documents Downloader",
  "description": "Downloader for szukajwarchiwach.pl",
  "version": "1.4",
  "author": "TETKOWSKI.PL",
  "homepage_url": "http://tetkowski.pl",
  "permissions": [
    "downloads",
    "tabs",
    "http://szukajwarchiwach.pl/*",
    "https://szukajwarchiwach.pl/*",
    "http://*/dlibra"
  ],
  "browser_action": {
    "default_title": "Archival Documents Downloader",
    "default_icon": "icon.png",
    "default_popup": "html/popup.html"
  },
  "manifest_version": 2,
  "default_locale": "pl"
}