Examine source code of Mahjong Çevrimiçi Bağlan

Inspect and view changes in Mahjong Çevrimiçi Bağlan 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": "Mahjong Çevrimiçi Bağlan",
  "version": "1.0",
  "description": "Klasik Mahjong connect oyununda amacınız olabildiğince çok puan kazanmaktır! Çiftleri bulun ve alandaki tüm karoları kaldırın.",
  "action": {
    "default_icon": "icon-128.png"
  },
  "default_locale": "en",
  "background": {
    "service_worker": "sw.js"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "offline_enabled": false,
  "permissions": [
    "storage",
    "notifications",
    "alarms"
  ]
}