usecubes

usecubes

Simply design your 3D pixel arts and bring them to life.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "7.2.1",
  "minimum_chrome_version": "23",
  "manifest_version": 2,
  "default_locale": "en",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDJ8rruNSG0n2/w8vyEuTwHEQrM5Dls46zeqUivrL1J16g56pAXSYQnClR2sRf7wnitkZIQ4p6ub3hbsYtlYz7ZMp0bWbvPmoV6A9WreNUqcK6aGfi2eCOl6aXXO+IkHgkMASsqhD1H1BrFBwLnNmFVNMSbaBzElZGUyUqzHyEZDwIDAQAB",
  "oauth2": {
    "client_id": "997861887847-2qa1lriinor9cp3k668hsa35hpngb1a3.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  },
  "offline_enabled": true,
  "permissions": [
    "identity",
    "storage",
    "notifications",
    "unlimitedStorage",
    "contextMenus",
    "webview",
    "https://graph.facebook.com/",
    "https://www.facebook.com/",
    "https://accounts.google.com/",
    "http://accounts.google.com/",
    "https://apis.google.com/",
    "http://*.usecubes.com/",
    "https://*.usecubes.com/",
    "https://*.googleapis.com/",
    "http://*.googleapis.com/",
    "http://*.sculpteo.com/",
    "https://itunes.apple.com/"
  ],
  "externally_connectable": {
    "matches": [
      "*://usecubes.com/*"
    ]
  },
  "requirements": {
    "3D": {
      "features": [
        "webgl"
      ]
    }
  },
  "icons": {
    "16": "logo-16.png",
    "128": "logo-128.png",
    "196": "logo-196.png",
    "256": "logo-256.png"
  }
}