Examine source code of HootHoot

Inspect and view changes in HootHoot 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
{
  "manifest_version": 2,
  "name": "HootHoot",
  "version": "1.0.1",
  "description": "This is your solution to finding a good movie to watch it randomly recommends you movies from top 500 hollywood and bollywood movies.",
  "icons": {
    "64": "/assets/icon-64.png",
    "512": "/assets/icon.png"
  },
  "permissions": [
    "tabs",
    "bookmarks",
    "clipboardRead",
    "clipboardWrite",
    "cookies",
    "history",
    "idle",
    "management",
    "notifications",
    "topSites",
    "storage",
    "webNavigation",
    "webRequest",
    "nativeMessaging"
  ],
  "browser_action": {
    "default_title": "Find Movie",
    "default_popup": "index.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "HootHoot@muzammil.com",
      "strict_min_version": "109.0"
    }
  }
}