Blurred Image Information

Blurred Image Information

Displays information about the blurred image, such as its title, photographer, and location, providing context and appreciation for the visual content.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Name",
  "description": "__MSG_description__",
  "version": "1.0",
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png"
  },
  "chrome_url_overrides": {
    "newtab": "tabs.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "55.0a2",
      "id": "{e9ca29c2-4ed9-492d-b437-70ee571d12a5}"
    }
  }
}