Activity Insights

Activity Insights

Website time tracking

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Activity Insights",
  "version": "0.0.0.4",
  "description": "Website time tracking",
  "icons": {
    "16": "images/icons8-sand-timer-16.png",
    "32": "images/icons8-sand-timer-32.png",
    "48": "images/icons8-sand-timer-48.png",
    "128": "images/icons8-sand-timer-96.png"
  },
  "options_page": "options/options.html",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "js/Utility.js",
      "js/background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup/popup.html"
  },
  "permissions": [
    "storage",
    "activeTab",
    "tabs"
  ],
  "content_security_policy": "script-src 'self' https://cdnjs.cloudflare.com/; object-src 'self'"
}