Skip to content

Commit

Permalink
firefox manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
suskind committed May 18, 2021
1 parent 6ec79bd commit 6c023d0
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 38 deletions.
37 changes: 0 additions & 37 deletions test-build-firefox/manifest-firefox.json

This file was deleted.

38 changes: 37 additions & 1 deletion test-build-firefox/manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1,37 @@
{"description":"Probely Record login/sequence","version":"0.0.2","name":"Probely Sequence Recorder","background":{"scripts":["background.bundle.js"],"persistent":false},"browser_action":{"default_popup":"popup.html","default_icon":"icon-34.png"},"icons":{"128":"icon-128.png"},"content_scripts":[{"matches":["http://*/*","https://*/*"],"js":["contentScript.bundle.js"],"css":["content.styles.css"],"run_at":"document_start"}],"web_accessible_resources":["content.styles.css","icon-128.png","icon-34.png"],"permissions":["storage","https://*/*","http://*/*"],"manifest_version":2,"content_security_policy":"script-src 'self' 'unsafe-eval'; object-src 'self'"}
{
"name": "Probely Sequence Recorder",
"version": "0.0.2",
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "42.0"
}
},
"background": {
"scripts": ["background.bundle.js"],
"persistent": false
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": "icon-34.png"
},
"icons": {
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": ["http://*/*", "https://*/*"],
"js": ["contentScript.bundle.js"],
"css": ["content.styles.css"],
"run_at": "document_start"
}
],
"web_accessible_resources": [
"content.styles.css",
"icon-128.png",
"icon-34.png"
],
"permissions": ["storage", "https://*/*", "http://*/*"],
"manifest_version": 2,
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}

0 comments on commit 6c023d0

Please sign in to comment.