Imasse - Instant MLA & APA Citations

Imasse - Instant MLA & APA Citations

Create MLA & APA citations in one click without any ads for free!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_ImasseName__",
  "description": "__MSG_ImasseDesc__",
  "version": "1.01",
  "default_locale": "en",
  "manifest_version": 3,
  "permissions": [
    "contextMenus",
    "tabs",
    "storage"
  ],
  "host_permissions": [
    "https://search.yahoo.com/*",
    "https://www.imasse.com/*"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "__MSG_ImasseActionTitle__",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "img/favicon-16x16.png",
    "32": "img/favicon-32x32.png",
    "48": "img/favicon-48x48.png",
    "128": "img/favicon-128x128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://cdn.imasse.com/mla/*"
      ],
      "js": [
        "test.js"
      ],
      "run_at": "document_end"
    }
  ]
}