Examine source code of AstroBox

Inspect and view changes in AstroBox 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
{
  "name": "AstroBox",
  "version": "0.2.2",
  "manifest_version": 2,
  "description": "The AstroBox extension supplies you with the best tools for browsing.",
  "browser_action": {
    "default_popup": "popup/popup.html"
  },
  "icons": {
    "16": "icons/icon16x16.png",
    "32": "icons/icon32x32.png",
    "64": "icons/icon64x64.png",
    "128": "icons/icon128x128.png"
  }
}