{ "name": "GOG affiliate token keeper", "version": "0.1", "background": { "scripts": ["background.js"] }, "content_scripts": [ { "matches": ["https://*.gog.com/*"], "js": ["content.js"] } ], "permissions": ["cookies", "https://*.gog.com/*"], "manifest_version": 2 }