Feature/#35 build tools #36
|
@ -18,6 +18,6 @@
|
||||||
"js": [
|
"js": [
|
||||||
"javascript/app.min.js"
|
"javascript/app.min.js"
|
||||||
],
|
],
|
||||||
"run_at": "document_start"
|
"run_at": "document_end"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
|
@ -18,6 +18,6 @@
|
||||||
Yeah you are correct. Somehow forgot to change this but I read it, too. Yeah you are correct. Somehow forgot to change this but I read it, too.
This is fixed. Manifest validation on the webstores also is working now (regarding manifest.json syntax). I will open new issues for other validation problems I noticed. This is fixed. Manifest validation on the webstores also is working now (regarding *manifest.json* syntax). I will open new issues for other validation problems I noticed.
This needs to be an object for firefox, see devDocs/manifest.json/developer otherwise it's an invalid extension. This needs to be an object for firefox, see [devDocs/manifest.json/developer](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/developer) otherwise it's an invalid extension.
Yeah you are correct. Somehow forgot to change this but I read it, too. Yeah you are correct. Somehow forgot to change this but I read it, too.
This is fixed. Manifest validation on the webstores also is working now (regarding manifest.json syntax). I will open new issues for other validation problems I noticed. This is fixed. Manifest validation on the webstores also is working now (regarding *manifest.json* syntax). I will open new issues for other validation problems I noticed.
|
|||||||
"js": [
|
"js": [
|
||||||
"javascript/app.min.js"
|
"javascript/app.min.js"
|
||||||
],
|
],
|
||||||
"run_at": "document_start"
|
"run_at": "document_end"
|
||||||
This needs to be an object for firefox, see devDocs/manifest.json/developer otherwise it's an invalid extension. This needs to be an object for firefox, see [devDocs/manifest.json/developer](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/developer) otherwise it's an invalid extension.
Yeah you are correct. Somehow forgot to change this but I read it, too. Yeah you are correct. Somehow forgot to change this but I read it, too.
This is fixed. Manifest validation on the webstores also is working now (regarding manifest.json syntax). I will open new issues for other validation problems I noticed. This is fixed. Manifest validation on the webstores also is working now (regarding *manifest.json* syntax). I will open new issues for other validation problems I noticed.
This needs to be an object for firefox, see devDocs/manifest.json/developer otherwise it's an invalid extension. This needs to be an object for firefox, see [devDocs/manifest.json/developer](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/developer) otherwise it's an invalid extension.
Yeah you are correct. Somehow forgot to change this but I read it, too. Yeah you are correct. Somehow forgot to change this but I read it, too.
This is fixed. Manifest validation on the webstores also is working now (regarding manifest.json syntax). I will open new issues for other validation problems I noticed. This is fixed. Manifest validation on the webstores also is working now (regarding *manifest.json* syntax). I will open new issues for other validation problems I noticed.
|
|||||||
}]
|
}]
|
||||||
}
|
}
|
|
@ -19,6 +19,6 @@
|
||||||
"js": [
|
"js": [
|
||||||
"javascript/app.min.js"
|
"javascript/app.min.js"
|
||||||
],
|
],
|
||||||
"run_at": "document_start"
|
"run_at": "document_end"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
|
@ -19,6 +19,6 @@
|
||||||
"js": [
|
"js": [
|
||||||
"javascript/app.min.js"
|
"javascript/app.min.js"
|
||||||
],
|
],
|
||||||
"run_at": "document_start"
|
"run_at": "document_end"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
This needs to be an object for firefox, see devDocs/manifest.json/developer otherwise it's an invalid extension.