Skip to content

Instantly share code, notes, and snippets.

@jz5
Last active September 9, 2018 15:44
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
{
"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