Examine source code of Uptodown Shortcut

Inspect and view changes in Uptodown Shortcut 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": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Uptodown Shortcut",
  "description": "Accede rĂ¡pidamente a Uptodown desde Chrome",
  "version": "0.2",
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon_32x32.png",
    "default_title": ""
  },
  "icons": {
    "16": "icon_16x16.png",
    "128": "icon_128x128.png"
  }
}