MyAwin

MyAwin

Easily create Awin tracking links for your partners

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MyAwin",
  "version": "2.0.17",
  "description": "Easily create Awin tracking links for your partners",
  "icons": {
    "16": "img/app/awin.png"
  },
  "content_scripts": [
    {
      "js": [
        "js/libs/jquery.min.js",
        "js/libs/jquery-ui.min.js",
        "js/libs/comagno/namespace.js",
        "js/app/service/i18n.js",
        "js/app/service/productdetection/utils/jquerypropval.js",
        "js/app/service/productdetection/utils/objpropval.js",
        "js/app/service/productdetection/predicates/isnotnull.js",
        "js/app/service/productdetection/predicates/predicates.js",
        "js/app/service/productdetection/predicates/textequals.js",
        "js/app/service/productdetection/transformations/arrayselectfirst.js",
        "js/app/service/productdetection/transformations/arrayselectfirstmatched.js",
        "js/app/service/productdetection/transformations/arrayselectindex.js",
        "js/app/service/productdetection/transformations/arrayselectlast.js",
        "js/app/service/productdetection/transformations/jqueryfilterbypropval.js",
        "js/app/service/productdetection/transformations/jquerynext.js",
        "js/app/service/productdetection/transformations/jquerypropval.js",
        "js/app/service/productdetection/transformations/objpropval.js",
        "js/app/service/productdetection/transformations/objspropval.js",
        "js/app/service/productdetection/transformations/stringmatchregexp.js",
        "js/app/service/productdetection/transformations/stringreplace.js",
        "js/app/service/productdetection/transformations/stringreplaceall.js",
        "js/app/service/productdetection/transformations/stringslice.js",
        "js/app/service/productdetection/transformations/stringsplit.js",
        "js/app/service/productdetection/transformations/stringtojson.js",
        "js/app/service/productdetection/transformations/stringtrim.js",
        "js/app/service/productdetection/transformations/stringurldownloadtext.js",
        "js/app/service/productdetection/value.js",
        "js/app/service/productdetection/detector.js",
        "js/app/controller/content.js"
      ],
      "css": [
        "css/libs/bootstrap.iso.min.css",
        "css/app/content.css"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ],
  "background": {
    "service_worker": "js/app/controller/background.js"
  },
  "permissions": [
    "storage",
    "identity",
    "activeTab",
    "tabs"
  ],
  "action": {
    "default_icon": "img/app/awin.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "html/*",
        "css/*",
        "js/*",
        "fonts/*",
        "img/*"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ]
    }
  ],
  "manifest_version": 3
}