ICO to PNG Converter

ICO to PNG Converter

Convert ICO Files to PNG 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": "ICO to PNG Converter",
  "default_locale": "en",
  "description": "Convert ICO Files to PNG format",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "version": "5.0",
  "icons": {
    "128": "images/icon-128.png"
  },
  "permissions": [
    "*://api.freeconverting.com/*"
  ],
  "homepage_url": "https://api.freeconverting.com/ico-to-png-converter.html",
  "browser_action": {
    "default_icon": "images/icon-128.png"
  },
  "web_accessible_resources": [
    "interface/*"
  ]
}