mirror of
https://github.com/c0de-archive/Fox.ci_Chrome_Extension.git
synced 2024-12-22 13:42:39 +00:00
25 lines
555 B
JSON
Executable File
25 lines
555 B
JSON
Executable File
{
|
|
"name": "Fox.ci",
|
|
"version": "0.0.1",
|
|
"manifest_version": 2,
|
|
"description": "Fox.ci URL Shortener",
|
|
"homepage_url": "http://fox.ci",
|
|
"icons": {
|
|
"16": "icons/icon16.png",
|
|
"48": "icons/icon48.png",
|
|
"128": "icons/icon128.png"
|
|
},
|
|
"default_locale": "en",
|
|
|
|
"browser_action": {
|
|
"default_icon": "icons/icon19.png",
|
|
"default_title": "browser action demo",
|
|
"default_popup": "src/browser_action/browser_action.html"
|
|
},
|
|
"permissions": [
|
|
"clipboardRead",
|
|
"clipboardWrite",
|
|
"tabs",
|
|
"http://fox.ci/*"
|
|
]
|
|
} |