Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "LinkAtlas - Map of useful tools",
"version": "1.4",
"description": "Your ultimate directory for 150+ AI tools and useful websites. Navigate the web with LinkAtlas.",
"action": {
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
},
"icons": {
"128": "icon128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"host_permissions": [
"https:\/\/script.google.com\/*"
]
}