Created
June 21, 2014 00:52
-
-
Save maiko-ampersand/d13e141b6009a09e7b3b to your computer and use it in GitHub Desktop.
manifest.json
This file contains 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": "AutoCongrats", | |
"description": "ウェブ上の祝いなんてもんはただの文字列だ", | |
"version": "1.0", | |
"content_scripts": [ { | |
"all_frames": false, | |
"js": [ "js/background.js" ], | |
"matches": [ "http://www.facebook.com/*", "https://www.facebook.com/*"], | |
"run_at": "document_start" | |
} ] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment