ProductivityTab — Custom Homepage Dashboard

ProductivityTab — Custom Homepage Dashboard

A remarkably customizable personal homepage featuring 50+ widgets, breathtaking backgrounds and much more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "content_scripts": [
    {
      "js": [
        "inject/js/wunderlistfix.js"
      ],
      "matches": [
        "https://*.wunderlist.com/*",
        "http://*.wunderlist.com/*"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "css": [
        "inject/css/gmailfix.css"
      ],
      "matches": [
        "https://mail.google.com/*"
      ],
      "all_frames": true
    },
    {
      "css": [
        "inject/css/gplus.css"
      ],
      "matches": [
        "https://plus.google.com/app/basic*"
      ],
      "all_frames": true
    },
    {
      "js": [
        "inject/js/classroom.js"
      ],
      "matches": [
        "https://classroom.google.com/*"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "js": [
        "inject/js/facebook.js"
      ],
      "matches": [
        "https://m.facebook.com/*"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "js": [
        "inject/js/notifications.js"
      ],
      "matches": [
        "https://www.google.com/ichrome/notifications*"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "index.html",
    "uniqueid_19548234.png"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "icons": {
    "16": "icon/16.png",
    "48": "icon/48.png",
    "128": "icon/128.png"
  },
  "browser_action": {},
  "options_page": "index.html#settings",
  "chrome_settings_overrides": {
    "homepage": "https://ichro.me/redirect"
  },
  "permissions": [
    "storage",
    "cookies",
    "sessions",
    "<all_urls>",
    "webRequest",
    "system.cpu",
    "system.memory",
    "unlimitedStorage",
    "chrome://favicon/",
    "webRequestBlocking"
  ],
  "optional_permissions": [
    "tabs",
    "topSites",
    "bookmarks",
    "management"
  ],
  "version": "3.0.45.26",
  "manifest_version": 2,
  "default_locale": "en",
  "short_name": "ProductivityTab",
  "offline_enabled": true,
  "name": "__MSG_extName__",
  "minimum_chrome_version": "39.0",
  "description": "__MSG_extDescription__",
  "update_url": "http://clients2.google.com/service/update2/crx",
  "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-hNWUbwB8ZS/vP+O4TfqZ/mmkMSYSJqGZ/4t5SSwAEk0=' 'sha256-1U43HAOlAXz6irAbXBbIpCr9fs/nLVDSCTx+uGZSAvY=' https://*.facebook.net https://*.facebook.com https://www.google-analytics.com https://*.uservoice.com https://www.google.com https://js.braintreegateway.com https://assets.braintreegateway.com https://www.paypalobjects.com https://cdn.pubguru.com https://z-na.amazon-adsystem.com https://worldtimeapi.org https://www.gstatic.com; object-src 'self'"
}