aboutsummaryrefslogtreecommitdiffhomepage
path: root/addon/manifest.json
Commit message (Collapse)AuthorAge
* chore(addon): set version to 0.1.1Hsieh Chin Fan2024-11-08
|
* fix: redeclaration, use IIFE to load modulesHsieh Chin Fan2024-11-08
| | | | * put bundled scripts into scripts/, this make gitignore easier
* feat: add OSM for diary pageHsieh Chin Fan2024-11-05
|
* refactor(build): update build script for addonHsieh Chin Fan2024-11-04
| | | | | | | * To fit file size limit for addon submission of mozilla.org, add scripts for each renderers * add scripts/addon.sh for bundling, with simple rollup commands * scripts/rollup.config.js no more handle addon build
* fix: enable fetch tiles from any URLHsieh Chin Fan2024-10-27
| | | | This fix Maplibre usage in content script
* feat: add browser action buttonHsieh Chin Fan2024-10-27
|
* feat: add simple contextMenu and background scriptHsieh Chin Fan2024-10-19
|
* feat: test on prosemirror.netHsieh Chin Fan2024-10-18
|
* feat: enable JS/CSS file from jsdeliverHsieh Chin Fan2024-10-17
|
* fix: CRS for addonHsieh Chin Fan2024-10-17
|
* feat: include more domains for addonHsieh Chin Fan2024-10-16
|
* feat: add simple script to test mapclayHsieh Chin Fan2024-10-16
| | | | | * add more options for generateMaps for general purposes * add rollup config for adding script into addon
* feat: add addon folderHsieh Chin Fan2024-10-15