Page to Popup Firefox

Examine source code of Page to Popup

By: Elen
Inspect and view changes in Page to Popup source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "0.1.9",
  "manifest_version": 2,
  "name": "Page to Popup",
  "short_name": "site-to-panel",
  "homepage_url": "https://mybrowseraddon.com/site-to-panel.html",
  "options_ui": {
    "open_in_tab": true,
    "page": "data/options/options.html"
  },
  "description": "See your desired website (mobile view) in the toolbar popup",
  "permissions": [
    "storage",
    "http://*/*",
    "webRequest",
    "https://*/*",
    "webRequestBlocking"
  ],
  "background": {
    "persistent": true,
    "scripts": [
      "lib/config.js",
      "lib/chrome.js",
      "lib/runtime.js",
      "lib/webrequest.js",
      "lib/common.js"
    ]
  },
  "browser_action": {
    "default_title": "Page to Popup",
    "default_popup": "data/popup/popup.html",
    "default_icon": {
      "16": "data/icons/16.png",
      "32": "data/icons/32.png",
      "48": "data/icons/48.png",
      "64": "data/icons/64.png"
    }
  },
  "content_scripts": [
    {
      "all_frames": true,
      "match_about_blank": true,
      "run_at": "document_start",
      "js": [
        "data/content_script/inject.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "data/content_script/inject.css"
      ]
    }
  ],
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png"
  }
}

Best Page to Popup Alternatives

Here are some Firefox add-ons that are similar to Page to Popup: