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": "Amar Lipi - Beautiful Bangla Fonts",
"version": "3.5.6",
"description": "Beautify Bengali text on any website. Amar Lipi applies beautiful fonts to Bangla only, leaving other languages untouched.",
"homepage_url": "https:\/\/amarlipi.framer.website\/",
"author": "Khalid Hasan Zibon",
"permissions": [
"activeTab",
"storage",
"scripting",
"tabs"
],
"host_permissions": [
"<all_urls>"
],
"short_name": "Amar Lipi",
"action": {
"default_popup": "popup\/popup.html",
"default_title": "Amar Lipi - Beautiful Bangla Fonts"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' https:\/\/ipapi.co https:\/\/fonts.googleapis.com https:\/\/fonts.maateen.me https:\/\/cdn.rawgit.com https:\/\/cdn.jsdelivr.net https:\/\/banglawebfonts.pages.dev https:\/\/amarlipi.framer.website https:\/\/archive.org https:\/\/*.archive.org; style-src 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com https:\/\/fonts.maateen.me https:\/\/cdn.rawgit.com https:\/\/cdn.jsdelivr.net https:\/\/banglawebfonts.pages.dev; font-src 'self' data: https:\/\/fonts.gstatic.com https:\/\/fonts.maateen.me https:\/\/cdn.rawgit.com https:\/\/cdn.jsdelivr.net https:\/\/banglawebfonts.pages.dev; img-src 'self' data: https:; media-src 'self' https:\/\/archive.org https:\/\/*.archive.org;"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"scripts\/font-config.js",
"scripts\/content.js"
],
"run_at": "document_idle",
"all_frames": true
}
],
"icons": {
"16": "icons\/common\/icon16.png",
"32": "icons\/common\/icon32.png",
"48": "icons\/common\/icon48.png",
"128": "icons\/common\/icon128.png"
},
"background": {
"service_worker": "scripts\/background.js"
},
"web_accessible_resources": [
{
"resources": [
"icons\/common\/gfonts.svg"
],
"matches": [
"<all_urls>"
]
}
]
}