California Life by @tonywithasony

California Life by @tonywithasony

A Chrome plugin to see random pictures taken by world renown photographer tonywithasony

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "California Life by @tonywithasony",
  "version": "2.3",
  "description": "A Chrome plugin to see random pictures taken by world renown photographer tonywithasony",
  "manifest_version": 3,
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "storage"
  ],
  "options_page": "options.html",
  "icons": {
    "16": "images/tonywithasony16.png",
    "32": "images/tonywithasony32.png",
    "48": "images/tonywithasony48.png",
    "128": "images/tonywithasony128.png"
  }
}