500NewTabs

500NewTabs

New tab with images from 500px.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "500NewTabs",
  "description": "New tab with images from 500px.com",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "options_page": "option.html",
  "options_ui": {
    "page": "option.html",
    "open_in_tab": true
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "host_permissions": [
    "https://api.500px.com/*",
    "https://drscdn.500px.org/*"
  ],
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.6.0",
  "offline_enabled": true,
  "default_locale": "en",
  "homepage_url": "https://github.com/olibu/500NewTabs"
}