Examine source code of Kuşe Etiket App

Inspect and view changes in Kuşe Etiket App 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": "Kuşe Etiket App",
  "description": "Kuşe Etiket sitemizde gezinirken arka plan renginizi kolayca değiştirip daha konforlu inceleyebilirsiniz.",
  "author": "http://halikaydirmaz.com/",
  "homepage_url": "http://halikaydirmaz.com/",
  "version": "1.0",
  "manifest_version": 3,
  "icons": {
    "128": "128.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ]
}