Examine source code of Insect 3D Spin - General

Inspect and view changes in Insect 3D Spin - General 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": "Insect 3D Spin - General",
  "short_name": "Insect Spin",
  "description": "Engage students and kids of all ages by exploring real-life insects, rotate, zoom, measure, visual definitions of scientific words",
  "version": "1.0",
  "manifest_version": 2,
  "offline_enabled": false,
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "16": "ipadhand16by16.png",
    "128": "ipadhand128by128.png"
  },
  "permissions": [
    "webview",
    "*://*.blackholecollections.org/",
    "*://*.google.com/",
    "*://*.facebook.com/",
    "*://*.linkedin.com/",
    "*://*.twitter.com/",
    "*://*.edmodo.com/",
    "*://*.moneris.com/",
    "*://*.paypal.com/"
  ],
  "sandbox": {
    "pages": [
      "welcome.html"
    ]
  }
}