Explorar el Código

Added necessary permission

master
Said Achmiz hace 7 años
padre
commit
363ca804ce
Se han modificado 2 ficheros con 4 adiciones y 4 borrados
  1. 2
    2
      src/platform/chrome/manifest.json
  2. 2
    2
      src/platform/firefox/manifest.json

+ 2
- 2
src/platform/chrome/manifest.json Ver fichero

{ {
"manifest_version": 2, "manifest_version": 2,
"name": "AlwaysKillSticky", "name": "AlwaysKillSticky",
"version": "1.2.5.1",
"version": "1.2.5.2",
"description": "Get rid of sticky elements on websites - permanently!", "description": "Get rid of sticky elements on websites - permanently!",
"author": "Said Achmiz", "author": "Said Achmiz",
"homepage_url": "https://git.sr.ht/~achmizs/AlwaysKillSticky.git", "homepage_url": "https://git.sr.ht/~achmizs/AlwaysKillSticky.git",
"permissions": [ "storage" ],
"permissions": [ "activeTab", "storage" ],
"background": { "background": {
"scripts": ["background.js"], "scripts": ["background.js"],
"persistent": false "persistent": false

+ 2
- 2
src/platform/firefox/manifest.json Ver fichero

{ {
"manifest_version": 2, "manifest_version": 2,
"name": "AlwaysKillSticky", "name": "AlwaysKillSticky",
"version": "1.2.5.1",
"version": "1.2.5.2",
"description": "Get rid of sticky elements on websites - permanently!", "description": "Get rid of sticky elements on websites - permanently!",
"author": "Said Achmiz", "author": "Said Achmiz",
"browser_specific_settings": { "browser_specific_settings": {
} }
}, },
"homepage_url": "https://git.sr.ht/~achmizs/AlwaysKillSticky.git", "homepage_url": "https://git.sr.ht/~achmizs/AlwaysKillSticky.git",
"permissions": [ "storage" ],
"permissions": [ "activeTab", "storage" ],
"background": { "background": {
"scripts": [ "background.js" ] "scripts": [ "background.js" ]
}, },

Cargando…
Cancelar
Guardar