Ana Muslim | أنا مسلم

Ana Muslim | أنا مسلم

AnaMuslim is a Chrome extension that replaces the new tab page with a beautiful image from nature with Islamic content on top of it.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Ana Muslim | أنا مسلم",
  "version": "0.0.8",
  "description": "AnaMuslim is a Chrome extension that replaces the new tab page with a beautiful image from nature with Islamic content on top of it.",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "geolocation"
  ],
  "background": {
    "service_worker": "sw.js"
  },
  "manifest_version": 3
}