a11y-outline

web extension to navigate document outlines easily
git clone https://git.ce9e.org/a11y-outline.git

commit
a70f537fe0b7db70344c2db0b04854b58717428e
parent
db18499697ec7b55a768cc83f0e064ada3bbf7e1
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-11-25 22:46
add explicit extension ID

Diffstat

M manifest.json 7 ++++++-

1 files changed, 6 insertions, 1 deletions


diff --git a/manifest.json b/manifest.json

@@ -51,5 +51,10 @@
   51    51   },
   52    52   "permissions": [
   53    53     "<all_urls>"
   54    -1   ]
   -1    54   ],
   -1    55   "browser_specific_settings": {
   -1    56     "gecko": {
   -1    57       "id": "{34e8d1d4-286c-4cb8-96d3-9eecd0665c0f}"
   -1    58     }
   -1    59   }
   55    60 }