Examine source code of YouiDraw Logo Creator

Inspect and view changes in YouiDraw Logo Creator 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": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "YouiDraw Logo Creator",
  "version": "1.0.3",
  "short_name": "Logo Creator",
  "description": "Online Logo Maker for create high quality vector logo, headings, icons, web elements and buttons on html5 canvas.",
  "omnibox": {
    "keyword": "Logo Creator"
  },
  "icons": {
    "24": "24.png",
    "128": "128.png"
  },
  "app": {
    "urls": [
      "https://www.youidraw.com/#logocreatorapp"
    ],
    "launch": {
      "web_url": "https://www.youidraw.com/#logocreatorapp"
    }
  },
  "container": "GOOGLE_DRIVE",
  "api_console_project_id": "1095704208375",
  "gdrive_mime_types": {
    "https://drive.google.com/intents/opendrivedoc": [
      {
        "type": [
          "image/ylc",
          "image/yil",
          "application/youidrawlogocreator"
        ],
        "href": "https://www.youidraw.com/apps/logocreator",
        "title": "Open",
        "disposition": "window"
      }
    ]
  },
  "permissions": [
    "unlimitedStorage"
  ]
}