Examine source code of IQ Polls

Inspect and view changes in IQ Polls 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",
  "name": "IQ Polls",
  "short_name": "IQ Polls",
  "manifest_version": 2,
  "version": "1.0",
  "description": "IQ Polls is a voting tool for presentations. Create polls and receive audience's feedback (with SMS or WEB browser) in real-time.",
  "author": "IQ Polls",
  "homepage_url": "http://iqpolls.com",
  "app": {
    "launch": {
      "web_url": "http://iqpolls.com/admin/login?url=%2Fadmin%2F"
    }
  },
  "icons": {
    "16": "favicon_2013.ico",
    "96": "96x96.png",
    "128": "iq_polls_128x128.png"
  }
}