summaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json
new file mode 100644
index 0000000..de5853d
--- /dev/null
+++ b/manifest.json
@@ -0,0 +1,28 @@
+{
+ "applications": {
+ "gecko": {
+ "id": "rudolf.fernandes@gmail.com",
+ "strict_min_version": "79.0a1"
+ }
+ },
+ "description": "For my autistic son. Limits tabs to maintain system responsiveness",
+ "manifest_version": 2,
+ "name": "Limit Tabs",
+ "version": "2.2.6",
+ "background": {
+ "scripts": [
+ "limittabsto2.js"
+ ]
+ },
+ "options_ui": {
+ "page": "options.html"
+ },
+ "permissions": [
+ "storage"
+ ],
+ "browser_action": {
+ "default_icon": {
+ "32": "icons/enabled.png"
+ }
+ }
+} \ No newline at end of file