Envastats

Envastats

In-depth stats for your envato sales

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extensionName__",
  "version": "1.2.1",
  "manifest_version": 2,
  "description": "__MSG_extensionDesc__",
  "default_locale": "en",
  "icons": {
    "16": "img/logo-16.png",
    "48": "img/logo-48.png",
    "128": "img/logo-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://activeden.net/*",
        "*://audiojungle.net/*",
        "*://themeforest.net/*",
        "*://videohive.net/*",
        "*://graphicriver.net/*",
        "*://3docean.net/*",
        "*://codecanyon.net/*",
        "*://photodune.net/*"
      ],
      "include_globs": [
        "*://*/statement"
      ],
      "css": [
        "css/style.css"
      ],
      "js": [
        "js/jquery-1.7.2.min.js",
        "js/raphael.js",
        "js/elycharts.min.js",
        "js/jquery.csv.js",
        "js/tooltip.js",
        "js/migrator.js",
        "js/script.js"
      ]
    }
  ],
  "permissions": [
    "http://activeden.net/",
    "http://audiojungle.net/",
    "http://themeforest.net/",
    "http://videohive.net/",
    "http://graphicriver.net/",
    "http://3docean.net/",
    "http://codecanyon.net/",
    "http://photodune.net/",
    "http://marketplace.envato.com/"
  ],
  "web_accessible_resources": [
    "img/ajax-loader.gif",
    "img/ajax-error.gif",
    "img/settings.png"
  ]
}