IConGen

IConGen

Extension is for all Mobile Developers to required size of icons for iOS and as well as Android

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "IConGen",
  "description": "Extension is for all Mobile Developers to required size of icons for iOS and as well as Android",
  "version": "0.0.0.1",
  "browser_action": {
    "default_icon": "logo.png",
    "default_title": "IConGen"
  },
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  }
}