21 lines
561 B
JSON
21 lines
561 B
JSON
|
{
|
||
|
"background": {"scripts": ["background.js"]},
|
||
|
"browser_action": {
|
||
|
"default_icon": "icon-128.png",
|
||
|
"default_title": "Share on Matrix"
|
||
|
},
|
||
|
"name": "Share on Matrix",
|
||
|
"description": "Auto fill matrix form - Created with http://blog.self.li",
|
||
|
"homepage_url": "http://blog.self.li/post/16366939413/how-to-convert-bookmarklet-to-chrome-extension",
|
||
|
"icons": {
|
||
|
"16": "icon-16.png",
|
||
|
"48": "icon-48.png",
|
||
|
"128": "icon-128.png" },
|
||
|
"permissions": [
|
||
|
"tabs",
|
||
|
"http://*/*",
|
||
|
"https://*/*"
|
||
|
],
|
||
|
"version": "0.1",
|
||
|
"manifest_version": 2
|
||
|
}
|