Rafazon Web

Rafazon Web

rafazonweb menyediakan berbagai promo produk untuk usaha dan ataupun keperluan sendiri.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Rafazon Web",
  "manifest_version": 2,
  "short_name": "Rafazon Web",
  "description": "rafazonweb menyediakan berbagai promo  produk untuk usaha dan ataupun keperluan sendiri.",
  "version": "1.0",
  "background": {
    "persistent": false,
    "scripts": [
      "OneSignal.js",
      "background.js"
    ]
  },
  "permissions": [
    "gcm",
    "storage",
    "notifications",
    "identity"
  ],
  "browser_action": {
    "default_icon": "Logo_rafazon 16 x 16.png"
  },
  "icons": {
    "128": "Logo_rafazon 1 28 x128.png"
  }
}