Roomstyler 3D planner

Roomstyler 3D planner

Design your rooms in realistic 3D for free with Roomstyler

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Roomstyler 3D planner",
  "description": "Design your rooms in realistic 3D for free with Roomstyler",
  "version": "6.0",
  "icons": {
    "128": "icon.png"
  },
  "app": {
    "urls": [
      "https://roomstyler.com/"
    ],
    "launch": {
      "web_url": "https://roomstyler.com/auth/google_oauth2"
    }
  },
  "oauth2": {
    "client_id": "642104973552-4cgjcc6nn07m0sf7f6ta8p3hmg6j8qss.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  }
}