BrowseBetter New Tab: Productivity Redefined

BrowseBetter New Tab: Productivity Redefined

A Beautiful New Tab Chrome Extension with Powerful Personal Productivity Tools to help you build & maintain focus.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "BrowseBetter New Tab: Productivity Redefined",
  "short_name": "Chrome New Tab Extension",
  "description": "A Beautiful New Tab Chrome Extension with Powerful Personal Productivity Tools to help you build & maintain focus.",
  "version": "2.4.2",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "<all_urls>",
    "contextMenus",
    "alarms",
    "unlimitedStorage",
    "bookmarks",
    "topSites",
    "browsingData",
    "background",
    "history",
    "storage",
    "tabs",
    "identity",
    "commands"
  ],
  "icons": {
    "16": "icon.png",
    "32": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "web_accessible_resources": [
    "alert.js",
    "whats_new.html",
    "whatsnew.js",
    "*.ico",
    "css/*.woff2",
    "lazysizes.min3.js",
    "*.svg",
    "css/store_open.css",
    "store.js",
    "store.html",
    "*.jpg",
    "*.png",
    "work.png",
    "insight.mp3",
    "icon.png",
    "common_func.js",
    "/gapps/*",
    "/favicons/*",
    "nav_replace/apps.png",
    "/nav_replace/notes1.png",
    "/nav_replace/keep.png",
    "/nav_replace/todo2.png",
    "/nav_replace/stats1.png",
    "nav_replace/refresh.svg",
    "nav_replace/home.svg",
    "nav_replace/forward.svg",
    "nav_replace/search.svg",
    "css/fullscreen.css",
    "moment.min.js",
    "pikaday.js",
    "css/pikaday.css",
    "js/Chart.bundle.min.js",
    "css/keep_open1.css",
    "js/jquery-3.5.1.min.js",
    "css/atd.css",
    "tiny2.js",
    "tiny.js",
    "csshttprequest.js",
    "jquery.atd.textarea.js",
    "content.js",
    "jq.js",
    "timerover.js",
    "timer3.png",
    "https://ajax.googleapis.com/*",
    "https://apis.google.com/*",
    "css/common.css",
    "todo.js",
    "notepad.js",
    "todo.html",
    "notepad.html",
    "css/SymbolaRegular.ttf",
    "css/KFOlCnqEu92Fr1MmSU5fBBc4.woff2",
    "css/S6u9w4BMUTPHh7USSwiPGQ.woff2",
    "css/both_closed.css",
    "css/todo_open.css",
    "css/keep_open.css",
    "css/notepad_open.css",
    "https://keep.google.com/",
    "popup.html",
    "popup.bundle.js",
    "event_keep.js",
    "css/notepad_open_full.css",
    "stats.js",
    "stats.html",
    "css/stats_open.css",
    "null",
    "about:blank"
  ],
  "offline_enabled": true,
  "author": "Dhanur Sehgal",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "default_icon": "icon.png",
      "match_about_blank": true,
      "run_at": "document_start",
      "js": [
        "content.js",
        "content_2.js"
      ],
      "exclude_matches": [
        "https://www.woopra.com/*",
        "*://*.fastcompany.com/*"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "default_icon": "icon.png",
      "match_about_blank": true,
      "run_at": "document_end",
      "js": [
        "fullscreen.js"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "https://www.woopra.com/*"
      ],
      "default_icon": "icon.png",
      "run_at": "document_end",
      "js": [
        "content.js",
        "content_2.js"
      ]
    },
    {
      "matches": [
        "https://*.ndtv.com/*"
      ],
      "default_icon": "icon.png",
      "run_at": "document_end",
      "js": [
        "google_translate_api_fix.js"
      ]
    },
    {
      "matches": [
        "https://keep.google.com/*"
      ],
      "all_frames": true,
      "js": [
        "event_keep.js"
      ]
    },
    {
      "matches": [
        "https://www.facebook.com/*",
        "https://www.instagram.com/*",
        "https://twitter.com/*",
        "https://www.twitch.tv/*",
        "https://www.reddit.com/*"
      ],
      "js": [
        "social.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://feedly.com/*"
      ],
      "js": [
        "feedly.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "lazyload.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://*.investing.com/*"
      ],
      "js": [
        "investing.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://*.browsebetter.io/*"
      ],
      "js": [
        "browsebetter.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://*.hemingwayapp.com/*",
        "*://*.jiosaavn.com/*"
      ],
      "js": [
        "hemingway.js"
      ],
      "run_at": "document_end"
    }
  ],
  "oauth2": {
    "client_id": "190656682017-fc73764bs3amk3lmcc9ge8t0kt4bghev.apps.googleusercontent.com",
    "scopes": [
      "profile",
      "https://www.googleapis.com/auth/cloud-platform",
      "https://www.googleapis.com/auth/devstorage.read_write",
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  },
  "background": {
    "scripts": [
      "quotes.js",
      "bk.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "BrowseBetter New Tab"
  },
  "commands": {
    "todo": {
      "suggested_key": {
        "default": "Alt+T",
        "windows": "Alt+T",
        "mac": "Alt+T",
        "chromeos": "Alt+T",
        "linux": "Alt+T"
      },
      "description": "Toggle todo",
      "global": true
    },
    "notepad": {
      "suggested_key": {
        "default": "Alt+N",
        "windows": "Alt+N",
        "mac": "Alt+N",
        "chromeos": "Alt+N",
        "linux": "Alt+N"
      },
      "description": "Toggle notepad",
      "global": true
    },
    "keep": {
      "suggested_key": {
        "default": "Alt+K",
        "windows": "Alt+K",
        "mac": "Alt+K",
        "chromeos": "Alt+K",
        "linux": "Alt+K"
      },
      "description": "Toggle keep",
      "global": true
    },
    "collection": {
      "suggested_key": {
        "default": "Alt+C",
        "windows": "Alt+C",
        "mac": "Alt+C",
        "chromeos": "Alt+C",
        "linux": "Alt+C"
      },
      "description": "User collection of shortcuts",
      "global": true
    }
  },
  "content_security_policy": "script-src 'self' https://us-central1-ivory-folder-268409.cloudfunctions.net/* https://esp-browsebetter-q7pbtr3ska-uc.a.run.app/* https://us-central1-ivory-folder-268409.cloudfunctions.net/* https://apis.google.com/* https://*.googleapis.com/* https://*.google.com/*  'unsafe-eval'; object-src 'self'"
}