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.

25 lines
468 B

{
"manifest_version": 2,
"name": "Propriedirect",
"description": "Redirects open-source frontends for websites to their original counterparts.",
"version": "0.1",
"permissions": [
"storage",
"webRequest",
"webRequestBlocking",
"<all_urls>"
],
"background": {
"scripts": ["background.js"]
},
"browser_specific_settings": {
"gecko": {
"id": "propriedirect@ruthenic.com"
}
}
}