PreviewPal for Envato Market™

PreviewPal for Envato Market™

Makes downloading watermarked preview files on Envato Market a snap! Powered by the Envato API.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PreviewPal for Envato Market™",
  "short_name": "PreviewPal",
  "version": "1.6.6",
  "author": "Eric Schwartz",
  "description": "Makes downloading watermarked preview files on Envato Market a snap!  Powered by the Envato API.",
  "permissions": [
    "storage",
    "https://marketplace.envato.com/*",
    "downloads",
    "https://0.s3.envato.com/*"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "options_page": "options.html",
  "background": {
    "scripts": [
      "jquery-1.10.2.min.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://themeforest.net/*",
        "https://codecanyon.net/*",
        "https://videohive.net/*",
        "https://audiojungle.net/*",
        "https://graphicriver.net/*",
        "https://photodune.net/*",
        "https://3docean.net/*",
        "https://activeden.net/*"
      ],
      "js": [
        "jquery-1.10.2.min.js",
        "contentscript.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "browser_action": {
    "default_icon": "icon19.png"
  },
  "web_accessible_resources": [
    "jquery-1.10.2.min.map"
  ],
  "manifest_version": 2
}