mirror of
https://github.com/mue/mue.git
synced 2026-07-06 16:04:20 +02:00
- Added BookmarkService for managing bookmark permissions, fetching bookmarks, and syncing with quicklinks. - Introduced IconService for handling icon retrieval and custom uploads. - Created utility functions for reading and writing quicklinks and groups to localStorage. - Implemented migration logic for transitioning quicklinks data to a new format. - Added SmartIcon component for displaying icons with fallback options. - Developed AddModal styles and structure for adding links. - Enhanced settings loading to support dynamic font loading from Google Fonts. - Refactored isValidUrl function for improved readability. - Cleaned up uninstall logic for photo packs in marketplace.
28 lines
625 B
JSON
28 lines
625 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "Mue",
|
|
"description": "Fast, open and free-to-use new tab page for modern browsers.",
|
|
"version": "7.6.0",
|
|
"homepage_url": "https://muetab.com",
|
|
"permissions": ["bookmarks"],
|
|
"action": {
|
|
"default_icon": "icons/128x128.png"
|
|
},
|
|
"chrome_url_overrides": {
|
|
"newtab": "index.html"
|
|
},
|
|
"icons": {
|
|
"16": "icons/16x16.png",
|
|
"48": "icons/48x48.png",
|
|
"128": "icons/128x128.png"
|
|
},
|
|
"chrome_settings_overrides": {
|
|
"homepage": "index.html"
|
|
},
|
|
"browser_specific_settings": {
|
|
"gecko": {
|
|
"id": "{ac143a20-4b61-4c81-abdd-4bff77032972}"
|
|
}
|
|
}
|
|
}
|