Examine source code of Floorplanner

Inspect and view changes in Floorplanner 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": "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"
  ]
}