Complice New Tab Page

Complice New Tab Page

Put what's most important right in front of you. Replaces your new tab page with the next action towards your complice.co goals. (Also has a big DONE button)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_specific_settings": {
    "gecko": {
      "id": "{e52972f5-b0e3-4f3c-b261-c3b2a4312f49}"
    }
  },
  "chrome_url_overrides": {
    "newtab": "complice_newtabpage.html"
  },
  "description": "Put what's most important right in front of you.",
  "icons": {
    "16": "img/cntp16.png",
    "32": "img/cntp32.png",
    "64": "img/cntp64.png",
    "72": "img/cntp72.png",
    "96": "img/cntp96.png",
    "128": "img/cntp128.png",
    "144": "img/cntp144.png",
    "192": "img/cntp192.png"
  },
  "incognito": "spanning",
  "manifest_version": 2,
  "name": "Complice New Tab Page",
  "permissions": [
    "storage",
    "identity",
    "https://complice.co/*"
  ],
  "short_name": "Complice NTP",
  "version": "0.5.1",
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  }
}