Navigation Menu

Skip to content

Commit

Permalink
Create manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dennishall committed Dec 22, 2012
1 parent 40660e0 commit a087af5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions manifest.json
@@ -0,0 +1,20 @@
{
"name" : "Whitepages Helper",
"version" : "1.0",
"manifest_version": 2,
"description" : "Hides a couple buttons, makes it easier to copy and paste addresses.",
"permissions" : [
"clipboardRead",
"clipboardWrite"
],
"content_scripts" : [
{
"matches" : [
"http://www.whitepages.com/*"
],
"js" : ["contentscript.js"],
"css" : ["contentstyle.css"],
"all_frames" : false
}
]
}

0 comments on commit a087af5

Please sign in to comment.