Yuk Sholat!

Yuk Sholat!

Beatifully crafted prayer times widget for your chrome landing page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Yuk Sholat!",
  "version": "0.3.2.0",
  "description": "Beatifully crafted prayer times widget for your chrome landing page",
  "author": "rizkifuad",
  "manifest_version": 3,
  "action": {
    "default_icon": "icon.png",
    "default_title": "Beatifully crafted prayer times widget for your chrome landing page"
  },
  "icons": {
    "16": "themes/classic/images/tab-icon-small.png",
    "48": "themes/classic/images/tab-icon.png",
    "128": "themes/classic/images/tab-icon.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "geolocation"
  ]
}