Apollo Tab

Apollo Tab

Enjoy your clean and neat New Tab that will stimulate your productivity daily. Customize your desktop the way you like it.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Apollo Tab",
  "description": "Enjoy your clean and neat New Tab that will stimulate your productivity daily. Customize your desktop the way you like it.",
  "version": "2.0.2",
  "icons": {
    "16": "/images/16.png",
    "32": "/images/32.png",
    "64": "/images/64.png",
    "128": "/images/128.png"
  },
  "short_name": "Apollo Tab",
  "chrome_url_overrides": {
    "newtab": "html/new_tab_page.html"
  },
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.bundle.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.bundle.js",
      "bg.js"
    ]
  },
  "permissions": [
    "storage",
    "tabs",
    "https://*/*"
  ]
}