Cetak Label Alamat

Cetak Label Alamat

Cetak Label Alamat

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Cetak Label Alamat",
  "version": "2.06",
  "description": "Cetak Label Alamat",
  "browser_action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "storage",
    "*://*.cetaklabelalamat.com/*",
    "*://cetaklabelalamat.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.cetaklabelalamat.com/*",
        "*://cetaklabelalamat.com/*"
      ],
      "run_at": "document_start",
      "js": [
        "auth.js"
      ]
    }
  ],
  "manifest_version": 2,
  "externally_connectable": {
    "matches": [
      "*://*.cetaklabelalamat.com/*",
      "*://cetaklabelalamat.com/*"
    ]
  },
  "content_security_policy": "script-src 'self' https://www.google-analytics.com https://apis.google.com; object-src 'self'"
}