Examine source code of Sprout

Inspect and view changes in Sprout 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": "Sprout",
  "description": "Track your mood each day",
  "version": "0.1.2",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/assets/logo_16.png",
      "32": "/assets/logo_32.png",
      "48": "/assets/logo_48.png",
      "128": "/assets/logo_128.png"
    }
  },
  "icons": {
    "16": "/assets/logo_16.png",
    "32": "/assets/logo_32.png",
    "48": "/assets/logo_48.png",
    "128": "/assets/logo_128.png"
  }
}