Examine source code of Serene Green River Background

Inspect and view changes in Serene Green River Background 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
{
  "manifest_version": 2,
  "name": "Serene Green River Background",
  "version": "1.0.0",
  "description": "Immerse yourself in a peaceful, natural landscape with the Serene Green River Background.",
  "icons": {
    "128": "unnamed.png"
  },
  "permissions": [
    "geolocation"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{60d8b541-1c56-4781-9062-31013235cda3}"
    }
  }
}