Envato Credits

Envato Credits

Get Exclusive Envato Elements Item Deals

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Envato Credits",
  "name": "Envato Credits",
  "short_name": "envato-credits",
  "version": "1.1",
  "description": "Get Exclusive Envato Elements Item Deals",
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "js": [
        "download.js"
      ],
      "css": [
        "download.css"
      ],
      "matches": [
        "https://elements.envato.com/*"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "freepik.js"
      ],
      "css": [
        "download.css"
      ],
      "matches": [
        "https://freepik.com/*"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "freepik.js"
      ],
      "css": [
        "download.css"
      ],
      "matches": [
        "https://www.freepik.com/*"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "auth.js"
      ],
      "matches": [
        "https://envatocredits.com/extension-auth"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "500": "500.png"
  },
  "homepage_url": "https://envatocredits.com",
  "background": {
    "service_worker": "background.js"
  },
  "manifest_version": 3
}