2014-08-19 00:50:30 +00:00
|
|
|
{
|
|
|
|
"name": "lob.li link shortener",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"manifest_version": 2,
|
|
|
|
"description": "lobli shortening and resolving without having to visit lob.li",
|
|
|
|
"homepage_url": "http://lob.li",
|
|
|
|
"browser_action": {
|
|
|
|
"default_icon": "icons/lobli-19.png",
|
|
|
|
"default_title": "lobli for Chrome"
|
|
|
|
},
|
|
|
|
"background": {
|
|
|
|
"page": "background.html",
|
|
|
|
"persistent": false
|
|
|
|
},
|
|
|
|
"permissions": [
|
|
|
|
"<all_urls>",
|
|
|
|
"tabs",
|
|
|
|
"clipboardWrite",
|
|
|
|
"contextMenus",
|
2014-09-19 01:09:56 +00:00
|
|
|
"notifications",
|
|
|
|
"storage"
|
2014-08-19 00:50:30 +00:00
|
|
|
],
|
|
|
|
"icons": {
|
|
|
|
"16": "icons/lobli-16.png",
|
|
|
|
"32": "icons/lobli-32.png",
|
|
|
|
"48": "icons/lobli-48.png",
|
|
|
|
"128": "icons/lobli-128.png"
|
|
|
|
},
|
|
|
|
"web_accessible_resources": [
|
|
|
|
"icons/lobli-16.png",
|
|
|
|
"icons/lobli-19.png",
|
|
|
|
"icons/lobli-32.png",
|
|
|
|
"icons/lobli-48.png",
|
2014-09-19 01:09:56 +00:00
|
|
|
"icons/lobli-128.png",
|
|
|
|
"icons/lobli-16-disabled.png",
|
|
|
|
"icons/lobli-19-disabled.png",
|
|
|
|
"icons/lobli-32-disabled.png",
|
|
|
|
"icons/lobli-48-disabled.png",
|
|
|
|
"icons/lobli-128-disabled.png"
|
2014-08-19 00:50:30 +00:00
|
|
|
],
|
|
|
|
"commands": {
|
|
|
|
"shortenTab": {
|
|
|
|
"suggested_key": { "default": "Alt+L" },
|
|
|
|
"description": "Shortens Current Tab"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|