mirror of
https://github.com/c0de-archive/Fox.ci_Chrome_Extension.git
synced 2024-12-22 13: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",
|
"name": "Fox.ci",
|
||||||
"version": "0.0.3",
|
"version": "0.0.4",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"description": "Fox.ci URL Shortener",
|
"description": "Fox.ci URL Shortener",
|
||||||
"homepage_url": "http://fox.ci",
|
"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": {
|
"icons": {
|
||||||
"16": "icons/icon16.png",
|
"16": "icons/icon16.png",
|
||||||
"48": "icons/icon48.png",
|
"48": "icons/icon48.png",
|
||||||
"128": "icons/icon128.png"
|
"128": "icons/icon128.png"
|
||||||
},
|
},
|
||||||
|
"web_accessible_resources": [
|
||||||
"browser_action": {
|
"icons/icon16.png",
|
||||||
"default_icon": "icons/icon19.png",
|
"icons/icon48.png",
|
||||||
"default_title": "Fox.ci URL Shortener",
|
"icons/icon128.png"
|
||||||
"default_popup": "src/browser_action/browser_action.html"
|
],
|
||||||
},
|
"commands": {
|
||||||
"permissions": [
|
"shortenTab": {
|
||||||
"clipboardRead",
|
"suggested_key": { "default": "Alt+Shift+L" },
|
||||||
"clipboardWrite",
|
"description": "Shortens Current Tab"
|
||||||
"tabs",
|
}
|
||||||
"http://fox.ci/*"
|
}
|
||||||
]
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user