Examine source code of Hazine Avcısı Oyunu

Inspect and view changes in Hazine Avcısı Oyunu 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": "Hazine Avcısı Oyunu",
  "description": "Hazine Avcısı Oyunu ile altınlar seni bekliyor!",
  "version": "0.1.2",
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://www.turkceoyunlar.com/hazine-avcisi-oyunu"
    ],
    "launch": {
      "web_url": "http://www.turkceoyunlar.com/hazine-avcisi-oyunu"
    }
  },
  "icons": {
    "64": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}