Autotagging Google URL Builder

Autotagging Google URL Builder

Autotagging helps technical and non-technical marketers reduce the amount of time spent on Campaign Tracking.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Autotagging Google URL Builder",
  "description": "Autotagging helps technical and non-technical marketers reduce the amount of time spent on Campaign Tracking.",
  "short_name": "Whysr Campaign Tracking",
  "version": "2.6.1",
  "background": {
    "scripts": [
      "js/settings.js",
      "js/jquery-2.1.4.min.js",
      "js/whysrApiCall.js",
      "js/background.js"
    ]
  },
  "icons": {
    "16": "icons/Active/logo16.png",
    "48": "icons/Active/logo48.png",
    "128": "icons/Active/logo128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/jquery-2.1.4.min.js",
        "js/jquery.caret-1.5.2.min.js",
        "js/whysrFunctions.js",
        "js/whysrApiCall.js",
        "js/content.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "icons/Active/logo128.png",
    "default_popup": "index.html"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "content_security_policy": "script-src 'self' https://cdn.datatables.net https://www.google-analytics.com 'unsafe-eval'; object-src 'self'",
  "web_accessible_resources": [
    "css/*",
    "js/*",
    "html/*",
    "icons/*"
  ]
}