Last active
May 17, 2020 12:51
-
-
Save tajuszk/a36a0e6a7e8a76838f9847e35362e00c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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