Add icon
This commit is contained in:
parent
3c20d2102a
commit
949106ce50
BIN
icons/postify-32.png
Normal file
BIN
icons/postify-32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 708 B |
@ -1,23 +1,26 @@
|
|||||||
{
|
{
|
||||||
|
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "Postify",
|
"name": "Postify",
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
|
|
||||||
"description": "Post current url to external web-server.",
|
"description": "Post current url to external web-server.",
|
||||||
|
|
||||||
"applications": {
|
"applications": {
|
||||||
"gecko": {
|
"gecko": {
|
||||||
"id": "postify@mozilla.org",
|
"id": "postify@mozilla.org",
|
||||||
"strict_min_version": "45.0"
|
"strict_min_version": "45.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"content_scripts": [
|
"content_scripts": [
|
||||||
{
|
{
|
||||||
"matches": ["*://*.mozilla.org/*"],
|
"matches": [
|
||||||
"js": ["postify.js"]
|
"*://*.mozilla.org/*"
|
||||||
|
],
|
||||||
|
"js": [
|
||||||
|
"postify.js"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"browser_action": {
|
||||||
|
"default_icon": "icons/postify-32.png",
|
||||||
|
"default_title": "Beastify"
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user