Pinterest Downloader Professional

Pinterest Downloader Professional

Search for pictures at Pinterest, Instagram, Flickr and may other sites and save them to your harddisk.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "extension/background.html"
  },
  "browser_action": {
    "default_icon": "icon19.png",
    "default_title": "Pinterest Downloader Professional",
    "default_popup": "extension/popup.html"
  },
  "content_scripts": [
    {
      "js": [
        "extension/content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "all_frames": false,
      "run_at": "document_start"
    }
  ],
  "content_security_policy": "script-src 'self' ; object-src 'self'",
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "icon16.png",
    "19": "icon19.png",
    "48": "icon48.png",
    "96": "icon96.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "contextMenus",
    "downloads",
    "tabs",
    "storage"
  ],
  "version": "1.1.2resigned1",
  "web_accessible_resources": [
    "startpage/index.html"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{0c435a30-ab5f-419e-bf10-2479feff5e83}"
    }
  }
}