Examine source code of 3DC.io

Inspect and view changes in 3DC.io 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": "https://clients2.google.com/service/update2/crx",
  "name": "3DC.io",
  "description": "3DC is the easiest app for designing 3D models to bring your ideas to life.",
  "version": "1.24.0",
  "manifest_version": 2,
  "author": "3D Creationist OÜ",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqZ4cKDmvine4FF++L61It2HZVtM2OFY+/qUxkprqvgbhZJFgVXeDCqZ2OLhUrajYEnI+NRZMKHuSyhyBVhxQYVb0UkyDZimOIqSi1WrGGgwBAuA5XIwOv6ZxIdgaE4rguZAk8LcR3fOgph9ek5Fehxt1GPa3QsuQLO12amQJzhxAhgTYDFgnhF8S+yWRohfbtfxlnugNgxYLundDYfImlHUvcLQrUo/Rc+9bQfXhONNrLS0Nsjw8fhtRSWI+ldyvSSAYVd2alz3yzu//o2li6JOQgW7je5dM7np9LRgIWv0sM+69PJvceZeh2yMpWIKFvqeWA5YIZG8N3B0KHPBRYQIDAQAB",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png",
    "512": "icons/icon-512.png"
  },
  "permissions": [
    "storage",
    "identity",
    "https://www.googleapis.com/",
    "https://accounts.google.com/",
    "https://*.googleusercontent.com/"
  ],
  "oauth2": {
    "client_id": "353461909017-06gtjbhmbfunvbd2lc9i2cmicvukhk0r.apps.googleusercontent.com",
    "scopes": [
      "profile",
      "email"
    ]
  }
}