Reddify for reddit

Reddify for reddit

Browse Reddit with clean, simple and modern app. IAMA mode, News mode. Inline images/videos. Customize color, text size. Night Mode.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Reddify for reddit",
  "short_name": "Reddify for reddit",
  "description": "Browse Reddit with clean, simple and modern app. IAMA mode, News mode. Inline images/videos. Customize color, text size. Night Mode.",
  "version": "2.3",
  "icons": {
    "32": "icon-32.png",
    "48": "icon-48.png",
    "64": "icon-64.png",
    "96": "icon-96.png",
    "128": "icon-128.png"
  },
  "manifest_version": 2,
  "offline_enabled": false,
  "app": {
    "background": {
      "page": "background.htm",
      "persistent": true
    }
  },
  "permissions": [
    "webview",
    "fullscreen",
    "unlimitedStorage",
    "notifications",
    "http://*/",
    "https://*/",
    "background",
    "notifications",
    "alarms",
    "storage"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.premii.com/*",
      "*://premii/*"
    ]
  }
}