Examine source code of EarthTab

Inspect and view changes in EarthTab 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",
  "manifest_version": 2,
  "name": "EarthTab",
  "author": "Dave Lunny",
  "description": "EarthTab pulls images from Reddit's SFW nature porn to transform your new tabs into beautiful windows into Earth's natural beauty.",
  "version": "0.4.0",
  "minimum_chrome_version": "30",
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "icons": {
    "16": "images/app-icon-128.png",
    "48": "images/app-icon-128.png",
    "128": "images/app-icon-128.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  }
}