Intend New Tab Page

Intend New Tab Page

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

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "1.0.2",
  "manifest_version": 2,
  "name": "Intend New Tab Page",
  "short_name": "Intend NTP",
  "description": "Put what's most important right in front of you.",
  "icons": {
    "16": "img/ntp16.png",
    "32": "img/ntp32.png",
    "48": "img/ntp48.png",
    "128": "img/ntp128.png"
  },
  "incognito": "spanning",
  "permissions": [
    "storage",
    "identity",
    "https://intend.do/*"
  ],
  "chrome_url_overrides": {
    "newtab": "newtabpage.html"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "action": {
    "default_popup": "newtabpage.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e52972f5-b0e3-4f3c-b261-c3b2a4312f49}"
    }
  }
}