Skip to content

Instantly share code, notes, and snippets.

@tajuszk
Last active May 17, 2020 12:51
Show Gist options
  • Save tajuszk/a36a0e6a7e8a76838f9847e35362e00c to your computer and use it in GitHub Desktop.
Save tajuszk/a36a0e6a7e8a76838f9847e35362e00c to your computer and use it in GitHub Desktop.
{
"manifest_version": 2,
"name": "Amazon Link Shortener",
"version": "1.0.0",
"description": "Amazonのリンクを短くして、好きなアフィリエイトタグを追加します",
"permissions": [
"tabs"
],
"browser_action": {
"default_popup": "popup.html"
},
"options_page": "options.html"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment