Make theprojectmagazine.com great again

Make theprojectmagazine.com great again

Make theprojectmagazine.com great again by converting yosemite decimal system to French grades

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Make theprojectmagazine.com great again",
  "version": "0.0.3",
  "manifest_version": 2,
  "description": "Make theprojectmagazine.com great again by converting yosemite decimal system to French grades",
  "homepage_url": "https://conorcussell.co.uk",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "background": {
    "page": "src/bg/background.html",
    "persistent": true
  },
  "page_action": {
    "default_icon": "icons/icon19.png",
    "default_title": "page action demo",
    "default_popup": "src/page_action/page_action.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.theprojectmagazine.com/*"
      ],
      "js": [
        "src/inject/inject.js"
      ]
    }
  ]
}