Ponddy Digest – Weekly Chinese Articles

Ponddy Digest – Weekly Chinese Articles

Learn Chinese with interesting, trending topics!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.10.28",
  "name": "Ponddy Digest – Weekly Chinese Articles",
  "description": "Learn Chinese with interesting, trending topics!",
  "permissions": [
    "activeTab",
    "storage",
    "tabs",
    "identity",
    "webRequest",
    "webRequestBlocking",
    "https://ponddyreader-master.s3.amazonaws.com/**/*"
  ],
  "browser_action": {
    "default_title": "Ponddy Digest – Weekly Chinese Articles",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/Digest_icon_16x16.png",
      "32": "images/Digest_icon_32x32.png",
      "48": "images/Digest_icon_48x48.png",
      "128": "images/Digest_icon_128x128.png"
    }
  },
  "icons": {
    "16": "images/Digest_icon_16x16.png",
    "32": "images/Digest_icon_32x32.png",
    "48": "images/Digest_icon_48x48.png",
    "128": "images/Digest_icon_128x128.png"
  },
  "background": {
    "persistent": true,
    "scripts": [
      "background.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "custom/template/digest.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
  "web_accessible_resources": [
    "custom/*/*.*"
  ],
  "options_page": "options.html",
  "offline_enabled": false,
  "manifest_version": 2
}