GIF to JPEG Converter

GIF to JPEG Converter

Convert GIF Files to JPEG format

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "GIF to JPEG Converter",
  "default_locale": "en",
  "description": "Convert GIF Files to JPEG format",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "version": "5.0",
  "icons": {
    "128": "images/icon-128.png"
  },
  "permissions": [
    "*://api.freeconverting.com/*"
  ],
  "homepage_url": "https://api.freeconverting.com/gif-to-jpeg-converter.html",
  "browser_action": {
    "default_icon": "images/icon-128.png"
  },
  "web_accessible_resources": [
    "interface/*"
  ]
}