Examine source code of Touch Grass

Inspect and view changes in Touch Grass 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": 3,
  "name": "Touch Grass",
  "description": "Give users the ability to simulate the experience of going outside and touching grass",
  "version": "1.0",
  "icons": {
    "16": "images/grass16x16.png",
    "32": "images/grass32x32.png",
    "128": "images/grass128x128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/grass16x16.png",
      "48": "images/grass32x32.png",
      "128": "images/grass128x128.png"
    }
  },
  "permissions": [
    "storage"
  ]
}