Skip to content

Commit

Permalink
Firefox unlisted extension
Browse files Browse the repository at this point in the history
This commit adds information to the manifest to allow for self
hosted distribution of the firefox version for this extension.

It also adds a package.json for installing locally the web-ext
command line tool.
  • Loading branch information
dellagustin committed Mar 27, 2021
1 parent 3ba5655 commit f988e14
Show file tree
Hide file tree
Showing 5 changed files with 4,302 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
localDemoPages
node_modules
web-ext-artifacts
3 changes: 3 additions & 0 deletions extensionFiles/.web-extension-id
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# This file was created by https://github.com/mozilla/web-ext
# Your auto-generated extension ID for addons.mozilla.org is:
{6fffd84b-a0b1-40e5-ac1e-97817e4c8f68}
10 changes: 8 additions & 2 deletions extensionFiles/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"icons": {
"128": "./image/icon128.png"
},
"version": "1.10.3",
"version": "1.10.5",
"manifest_version": 2,
"content_scripts": [{
"matches": [
Expand Down Expand Up @@ -64,5 +64,11 @@
"sap_ci_launchpad_enhancer.js"
]
}
]
],
"browser_specific_settings ": {
"gecko": {
"id": "{6fffd84b-a0b1-40e5-ac1e-97817e4c8f68}",
"update_url": "https://raw.githubusercontent.com/dellagustin/SAP_Note_Enhancer/updates-manifest/updates.json"
}
}
}
Loading

0 comments on commit f988e14

Please sign in to comment.