Edit manifest
This commit is contained in:
parent
a04d2299d4
commit
f7f825d6c0
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "Twitter Metric Hider",
|
||||
"description": "Hides twitter like, reply and retweet counts.",
|
||||
"version": "0.1",
|
||||
"version": "1.0.0",
|
||||
"manifest_version": 2,
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": ["https://twitter.com/*"],
|
||||
"matches": ["http://twitter.com/*", "https://twitter.com/*"],
|
||||
"js": ["hider.js", "content.js"]
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue