2016-01-18 05:12:37 +01:00
|
|
|
{
|
|
|
|
"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://*/*",
|
2016-01-18 16:07:23 +01:00
|
|
|
"https://*/*",
|
2016-05-05 16:20:50 +02:00
|
|
|
"bookmarks",
|
|
|
|
"webRequest",
|
|
|
|
"webRequestBlocking"
|
2016-01-18 05:12:37 +01:00
|
|
|
]
|
|
|
|
}
|