mirror of
https://github.com/writeas/paste-chrome
synced 2018-07-20 11:45:21 +00:00
38 lines
688 B
JSON
38 lines
688 B
JSON
{
|
|
"manifest_version": 2,
|
|
|
|
"name": "Paste by Write.as",
|
|
"description": "Effortlessly share text online.",
|
|
"version": "1.3",
|
|
|
|
"icons": {
|
|
"16": "icon16.png",
|
|
"48": "icon48.png",
|
|
"128": "icon128.png"
|
|
},
|
|
"browser_action": {
|
|
"default_icon": {
|
|
"19": "icon.png",
|
|
"38": "icon76.png"
|
|
},
|
|
"default_popup": "popup.html",
|
|
"default_title": "Publish this"
|
|
},
|
|
"background": {
|
|
"scripts": [
|
|
"context.js",
|
|
"H.js"
|
|
]
|
|
},
|
|
"permissions": [
|
|
"activeTab",
|
|
"contextMenus",
|
|
"webRequest",
|
|
"*://*.write.as/",
|
|
"https://fonts.googleapis.com/"
|
|
],
|
|
"externally_connectable": {
|
|
"matches": ["*://*.write.as/*"]
|
|
}
|
|
}
|