Optimism Corner

Embrace optimism with the Optimism Corner extension. Unlock random images paired with motivational quotes on each new tab, cultivating a positive mindset and fostering personal growth.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Motivational Tab",
  "description": "Opens cool animation random image with a random motivational quote.",
  "homepage_url": "https://github.com/nabendu82/Addons",
  "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": "{cf61af67-867c-427c-a076-96337d806da8}"
    }
  }
}