MarketerMagic™

MarketerMagic™

Chrome time tracker with screenshots, task management.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MarketerMagic™",
  "version": "1.9.13",
  "manifest_version": 2,
  "minimum_chrome_version": "37",
  "description": "Chrome time tracker with screenshots, task management.",
  "background": {
    "scripts": [
      "js/jquery.js",
      "js/bootstrap.min.js",
      "js/angular.js",
      "js/angular-ui-router.min.js",
      "js/moment.min.js",
      "js/moment-timezone-with-data.js",
      "js/underscore-1.5.2.js",
      "js/dexie.min.js",
      "js/common.js",
      "background.js"
    ],
    "presistent": true
  },
  "icons": {
    "16": "images/main-icon.png",
    "32": "images/main-icon.png",
    "48": "images/main-icon.png",
    "128": "images/main-icon.png"
  },
  "browser_action": {
    "defaul_icon": "images/main-icon-red.png",
    "default_popup": "index.html"
  },
  "permissions": [
    "idle",
    "desktopCapture",
    "notifications",
    "*://app.marketermagic.com/*"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}