Narrativ

Narrativ

This is the official Narrativ Chrome browser extension - with this tool you can:

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Narrativ",
  "manifest_version": 2,
  "description": "This is the official Narrativ Chrome browser extension - with this tool you can:",
  "version": "1.3.1",
  "minimum_chrome_version": "29",
  "browser_action": {
    "default_title": "Narrativ",
    "default_popup": "index.html"
  },
  "content_security_policy": "script-src 'self' 'sha256-wkEhk1Pm58HZQSzT/oPAcIeUYSsJpEEGo2v2M1aGgTs=' 'sha256-99cX7+n6Y+U3DJq4tOklEE61PEkfcKHGB/IwsT83aqU='; object-src 'self'",
  "permissions": [
    "activeTab",
    "storage",
    "https://api.bam-x.site/*",
    "https://api.bam-x.com/*",
    "https://staging-api.bam-x.com/*"
  ],
  "icons": {
    "128": "icon.png"
  }
}