God to FSM

God to FSM

Translate religious texts to actually reveal The Truth

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "God to FSM",
  "description": "Translate religious texts to actually reveal The Truth",
  "version": "1.0",
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "God to FSM"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "tabs",
    "http://*/",
    "https://*/"
  ]
}