Examine source code of Tamil Quotes

Inspect and view changes in Tamil Quotes source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Tamil Quotes",
  "description": "Tamil Quotes - A Chromium Based Browser Extension for Display Random Tamil kavithai and Quotes Near Top Menu.",
  "version": "0.1",
  "icons": {
    "16": "images/Icon-16.png",
    "48": "images/Icon-48.png",
    "128": "images/Icon-128.png"
  },
  "browser_action": {
    "default_icon": "images/Icon-16.png",
    "default_popup": "hello.html"
  },
  "options_page": "hello.html",
  "short_name": "Tamil Quotes",
  "homepage_url": "https://sanweb.info/"
}