Service for creating stunning floor plans and interior designs without any special skills
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",
"name": "__MSG_appName__",
"description": "Service for creating stunning floor plans and interior designs without any special skills",
"default_locale": "en",
"version": "1.5.1.0",
"manifest_version": 2,
"author": "Planner 5D",
"icons": {
"128": "icon_128.png"
},
"app": {
"urls": [
"https://planner5d.com/"
],
"launch": {
"web_url": "https://planner5d.com/app-chrome/"
}
}
}