My Astrology Review

My Astrology Review

Keep up to date on the latest Astrology Reviews with My Astrology Review

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "My Astrology Review",
  "manifest_version": 2,
  "short_name": "myastrologyreview",
  "description": "Keep up to date on the latest Astrology Reviews with My Astrology Review",
  "version": "1",
  "background": {
    "persistent": false,
    "scripts": [
      "OneSignal2.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "16px_968-1503317899.png"
  },
  "icons": {
    "128": "128px_968-1503317912.png"
  },
  "permissions": [
    "gcm",
    "storage",
    "notifications",
    "identity"
  ]
}