Skip to content

Instantly share code, notes, and snippets.

@maiko-ampersand
Created June 21, 2014 00:52
Show Gist options
  • Save maiko-ampersand/d13e141b6009a09e7b3b to your computer and use it in GitHub Desktop.
Save maiko-ampersand/d13e141b6009a09e7b3b to your computer and use it in GitHub Desktop.
manifest.json
{
"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