GitHub Sync Fork

GitHub Sync Fork

One-Click Fork Sync

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "GitHub Sync Fork",
  "description": "One-Click Fork Sync",
  "version": "0.3.0",
  "permissions": [
    "*://github.com/*"
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "*://github.com/*"
      ],
      "js": [
        "gsf.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "GSF16.png",
    "48": "GSF48.png",
    "128": "GSF128.png"
  }
}