Examine source code of Resize and Compress Images

Inspect and view changes in Resize and Compress Images 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": "Resize and Compress Images",
  "version": "1.0",
  "description": "The Resize and Compress Images utility is a useful tool for you, by uploading an image and choosing a size, the utility will bring the image to a custom size and you can download it.",
  "permissions": [],
  "browser_action": {
    "default_popup": "game.html",
    "default_icon": {
      "128": "images/image-logo.png"
    }
  },
  "icons": {
    "128": "images/image-logo.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{14e774a3-4ebb-42e0-abd2-f5aea0b57531}"
    }
  }
}