Skip to content

Instantly share code, notes, and snippets.

@jz5
Last active September 9, 2018 15:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jz5/07ad7b8504fa915723a7448d9ed6a4a8 to your computer and use it in GitHub Desktop.
Save jz5/07ad7b8504fa915723a7448d9ed6a4a8 to your computer and use it in GitHub Desktop.
{
"name": "Show Asset Widget",
"version": "1.0",
"manifest_version": 2,
"description": "Show Unity asset widget on Unity Affiliate reporting page.",
"content_scripts": [
{
"matches": [
"https://console.partnerize.com/v2/reporting/perform",
"https://console.partnerize.com/v2/reporting/performance"
],
"js": [
"script.js"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment