Planstery

Planstery is a multipurpose solution to convert a 2D DWF drawing into the interactive plan.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "app": {
    "launch": {
      "web_url": "http://app.planstery.com/"
    },
    "urls": [
      "http://app.planstery.com/"
    ]
  },
  "description": "Planstery is a multipurpose solution to convert a 2D DWF drawing into the interactive plan.",
  "icons": {
    "128": "icon_128.png"
  },
  "manifest_version": 2,
  "name": "Planstery",
  "permissions": [
    "unlimited_storage",
    "notifications"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.0",
  "container": "GOOGLE_DRIVE",
  "api_console_project_id": "270959277011"
}