You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
346 B
16 lines
346 B
6 years ago
|
{
|
||
|
"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
|
||
|
}
|