pomf-rehost/manifest.json

32 lines
524 B
JSON

{
"manifest_version": 2,
"name": "pomf-rehost",
"description": "This extension rehosts an image by uploading it to a Pomf-based file hosting service",
"version": "1.0",
"icons":{ "128": "icon_128.png"},
"options_page": "options.html",
"background": {
"scripts": ["background.js"],
"presistent": false
},
"page_action": {
"default_icon": "icon_19.png"
},
"permissions": [
"activeTab",
"tabs",
"storage",
"http://*/*",
"https://*/*",
"bookmarks",
"webRequest",
"webRequestBlocking"
]
}