Skip to content

Instantly share code, notes, and snippets.

@equinox79
Created June 9, 2011 04:02
Show Gist options
  • Save equinox79/1016031 to your computer and use it in GitHub Desktop.
Save equinox79/1016031 to your computer and use it in GitHub Desktop.
chrome extentionのブラウザアクションでアイコンクリックするとブコメページに飛ばすやつのmanifest.json
{
"name": "hoge",
"version": "0.1",
"description": "ブコメページへ",
"icons": {
"128": "hoge.png"
},
"background_page": "background.html",
"browser_action": {
"default_title": "hoge",
"default_icon": "hoge.png"
},
"permissions": [
"tabs"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment