{ "manifest_version": 2, "name": "Codingame-ide-sync", "version": "1.0", "description": "Merge all your code from your local dev environment in 1 file and copy it automatically into the codingame IDE", "icons": {}, "content_scripts": [ { "matches": [ "https://www.codingame.com/ide/puzzle/*", "https://www.codingame.com/ide/challenge/*" ], "js": ["utils.js", "sync.js"] } ], "permissions": [ "", "tabs", "activeTab" ] }