msn-redirect/manifest.json

27 lines
528 B
JSON

{
"manifest_version": 2,
"name": "MSN Redirect",
"version": "1.0.1",
"icons": {
"512": "icon.png"
},
"description": "Redirects news articles from MSN/Microsoft Start to their original website.",
"permissions": [
"webRequest",
"webRequestBlocking",
"tabs",
"<all_urls>"],
"background": {
"scripts": ["background.js"]
},
"browser_action": {
"default_icon":{
"512": "icon.png"
},
"default_title": "MSN Redirect"
}
}