Photos for New Tab Page - A Photographic Start

Photos for New Tab Page - A Photographic Start

A Photographic Start is a new tab page for people that want a beautiful start to every tab. A subtle clock is available, and most pictures present the camera settings used as well.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Start.photos - A beautiful+sfw new tab page",
  "description": "A simple and sfw photo start page",
  "icons": {
    "16": "button/camera.svg",
    "32": "button/camera.svg",
    "48": "button/camera.svg",
    "96": "button/camera.svg",
    "128": "button/camera.svg"
  },
  "chrome_url_overrides": {
    "newtab": "content/new_tab.html"
  },
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true
  },
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "applications": {
    "gecko": {
      "id": "photographicstart@robacarp",
      "strict_min_version": "95.0"
    }
  },
  "chrome_settings_overrides": {
    "homepage": "content/new_tab.html"
  },
  "version": "2.3.0"
}