Daily Inspiration for Photographers

Daily Inspiration for Photographers

Extension is designed to help photographers find new inspiration and creativity every day

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "background.js"
  },
  "name": "Daily Inspiration for Photographers",
  "description": "Extension is designed to help photographers find new inspiration and creativity every day",
  "icons": {
    "128": "LogoWhiteCircle.png"
  },
  "version": "0.1.6",
  "manifest_version": 3,
  "action": {
    "default_popup": "popup.html"
  },
  "chrome_url_overrides": {
    "newtab": "templates/search.html"
  },
  "host_permissions": [
    "*://*.source.unsplash.com/*"
  ]
}