Web Search Tracker & Analyzer

Web Search Tracker & Analyzer

Track and analyze your daily activity in the browser, analysis like domain classfication, top key word search.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Web Search Tracker & Analyzer",
  "short_name": "Web Search Tracker & Analyzer",
  "version": "0.0.0.11",
  "minimum_chrome_version": "26",
  "description": "Track and analyze your daily activity in the browser, analysis like domain classfication, top key word search.",
  "options_page": "options.html",
  "icons": {
    "16": "icons/Medront_logo.png",
    "32": "icons/Medront_logo.png",
    "48": "icons/Medront_logo.png",
    "128": "icons/Medront_logo.png"
  },
  "oauth2": {
    "client_id": "526215015445-msckjpep83b4dbcs3hiu66vn9qt979p8.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.profile",
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  },
  "permissions": [
    "tabs",
    "history",
    "activeTab",
    "storage",
    "idle",
    "chrome://favicon/*",
    "webNavigation",
    "unlimitedStorage",
    "cookies",
    "<all_urls>",
    "contentSettings",
    "identity"
  ],
  "optional_permissions": [],
  "offline_enabled": true,
  "background": {
    "scripts": [
      "scripts/common.js",
      "scripts/storage.js",
      "scripts/activity.js",
      "scripts/tab.js",
      "scripts/timeInterval.js",
      "scripts/background.js",
      "scripts/http.js",
      "scripts/restriction.js",
      "scripts/jsrsasign-all-min.js",
      "scripts/signin.js"
    ],
    "persistent": true
  },
  "incognito": "spanning",
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Web Search Tracker & Analyzer",
    "default_icon": "icons/Medront_logo.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "scripts/content-script.js",
        "scripts/picker/jquery-3.3.1.min.js"
      ],
      "css": [
        "style/cookieSummary.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "cookiePopup.html",
    "icons/48x48.png",
    "style/cookieSummary.css"
  ],
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com; object-src 'self'"
}