pomf-rehost/manifest.json

30 lines
484 B
JSON
Raw Normal View History

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://*/*",
"https://*/*",
"bookmarks"
2016-01-18 05:12:37 +01:00
]
}