Sondea URL Tracking

Sondea URL Tracking

Sondea URL Tracking

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Sondea",
  "version": "3.4",
  "description": "Sondea URLs tracking",
  "manifest_version": 2,
  "name": "Sondea",
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "background": {
    "persistent": true,
    "scripts": [
      "js/jquery.js",
      "js/fingerprint2.js",
      "js/keygenerator.js",
      "js/jwt-decode.js",
      "js/utils.js",
      "js/rest_conf.js",
      "js/rest.js",
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "16.png",
      "20": "20.png",
      "40": "40.png",
      "48": "48.png"
    },
    "default_title": "Sondea"
  },
  "icons": {
    "16": "16.png",
    "20": "20.png",
    "40": "40.png",
    "48": "48.png",
    "128": "128.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "cookies",
    "*://*/*"
  ],
  "web_accessible_resources": [
    "48.png"
  ]
}