Skip to content

Instantly share code, notes, and snippets.

@kkotaro0111
Created November 17, 2012 16:07
Show Gist options
  • Save kkotaro0111/4097119 to your computer and use it in GitHub Desktop.
Save kkotaro0111/4097119 to your computer and use it in GitHub Desktop.
Manifest file for Google Chrome Extention. That is script that viewing rate of status.
{
"manifest_version": 2,
"name": "Mobamas-Status",
"version": "1.0",
"description": "mobamas",
"browser_action":{
"default_icon": "favicon.ico"
},
"permissions":[
"http://sp.pf.mbga.jp/12008305/"
],
"content_scripts":[{
"matches": ["http://sp.pf.mbga.jp/12008305/*"],
"js": ["jQuery.js","mobamas-status.js"],
"run_at" : "document_end"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment