Photo for New Tab

Photo for New Tab

Loads a Reddit nature photo when you open a new tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Photo Tab",
  "version": "2020.1.1",
  "description": "Loads a Reddit nature photo when you open a new tab",
  "author": "William DePhillips <[email protected]>",
  "homepage_url": "https://github.com/vegetabill/photo-tab-firefox",
  "permissions": [
    "tabs",
    "browserSettings",
    "<all_urls>"
  ],
  "chrome_settings_overrides": {},
  "chrome_url_overrides": {
    "newtab": "./photo-tab.html"
  }
}