Car Design Pro

Car Design Pro

Publish your designs in seconds

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Car Design Pro",
  "description": "Publish your designs in seconds",
  "version": "1.0.1",
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "16": "images/icon-16.png",
      "32": "images/icon-32.png",
      "48": "images/icon-48.png",
      "128": "images/icon.png"
    },
    "default_title": "Car Design Pro - Extension dedicated for automotive design enthusiast from all over the world!",
    "default_popup": "index.html",
    "theme_icons": {
      "128": "icon.png",
      "size": 128
    }
  }
}