You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
469 B
29 lines
469 B
7 years ago
|
{
|
||
|
"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://*/*"
|
||
|
]
|
||
|
}
|