Dastgire | Handle Useful insight of websites

Dastgire | Handle Useful insight of websites

Dastgire helps you have correct information about websites. This information is made by users, its owner's and our information.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Dastgire | Handle Useful insight of websites",
  "description": "Dastgire helps you have correct information about websites. This information is made by users, its owner's and our information.",
  "version": "0.1.2",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "action": {
    "default_popup": "popup.html"
  }
}