Examine source code of Moon Phase Timer

Inspect and view changes in Moon Phase Timer 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": "Moon Phase Timer",
  "description": "시간이 흐름에 따라 초승달에서 보름달까지 자연스럽게 변화하는 애니메이션을 감상하며 시간을 측정할 수 있는 미니멀한 타이머입니다. 시/분/초를 자유롭게 설정할 수 있으며 일시정지와 리셋 기능을 제공합니다",
  "version": "1.0",
  "icons": {
    "16": "/images/alarm16.png",
    "32": "/images/alarm32.png",
    "48": "/images/alarm48.png",
    "128": "/images/alarm128.png"
  },
  "action": {
    "default_icon": "/images/alarm48.png",
    "default_title": "Moon Timer",
    "default_popup": "moon_timer/public/index.html"
  },
  "permissions": [
    "storage"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
  }
}