mirror of
https://github.com/c0de-archive/Fox.ci_Chrome_Extension.git
synced 2024-12-22 05:42:39 +00:00
Update manifest.json
This makes it look a little bit nicer instead of rendering everything into a bland popup Signed-off-by: David Todd <c0de@unps.us>
This commit is contained in:
parent
714bee9ba1
commit
d6fd7a509d
@ -1,24 +1,38 @@
|
||||
{
|
||||
"name": "Fox.ci",
|
||||
"version": "0.0.3",
|
||||
"version": "0.0.4",
|
||||
"manifest_version": 2,
|
||||
"description": "Fox.ci URL Shortener",
|
||||
"homepage_url": "http://fox.ci",
|
||||
"background": {
|
||||
"page": "src/background.html",
|
||||
"persistent": false
|
||||
},
|
||||
"browser_action": {
|
||||
"default_icon": "icons/icon19.png",
|
||||
"default_title": "Fox.ci URL Shortener"
|
||||
},
|
||||
"permissions": [
|
||||
"<all_urls>",
|
||||
"clipboardWrite",
|
||||
"tabs",
|
||||
"contextMenus",
|
||||
"notifications"
|
||||
],
|
||||
"icons": {
|
||||
"16": "icons/icon16.png",
|
||||
"48": "icons/icon48.png",
|
||||
"128": "icons/icon128.png"
|
||||
},
|
||||
|
||||
"browser_action": {
|
||||
"default_icon": "icons/icon19.png",
|
||||
"default_title": "Fox.ci URL Shortener",
|
||||
"default_popup": "src/browser_action/browser_action.html"
|
||||
},
|
||||
"permissions": [
|
||||
"clipboardRead",
|
||||
"clipboardWrite",
|
||||
"tabs",
|
||||
"http://fox.ci/*"
|
||||
]
|
||||
"web_accessible_resources": [
|
||||
"icons/icon16.png",
|
||||
"icons/icon48.png",
|
||||
"icons/icon128.png"
|
||||
],
|
||||
"commands": {
|
||||
"shortenTab": {
|
||||
"suggested_key": { "default": "Alt+Shift+L" },
|
||||
"description": "Shortens Current Tab"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user