Floorplanner

Floorplanner

The easiest way to create floor plans

Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Floorplanner",
  "manifest_version": 2,
  "description": "The easiest way to create floor plans",
  "version": "14",
  "container": "GOOGLE_DRIVE",
  "api_console_project_id": "220363188230",
  "app": {
    "urls": [
      "*://floorplanner.com/"
    ],
    "launch": {
      "web_url": "http://floorplanner.com/chromedrive"
    }
  },
  "icons": {
    "96": "icon_96.png",
    "128": "icon_128.png"
  },
  "permissions": [
    "notifications"
  ]
}