geogrid undo
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json
new file mode 100644
index 0000000..3921df4
--- /dev/null
+++ b/manifest.json
@@ -0,0 +1,16 @@
+{
+ "manifest_version": 2,
+ "name": "Geoundo",
+ "version": "1.0",
+ "description": "adds undos for geogrid",
+ "icons": {
+ "48": "icon.svg"
+ },
+
+ "content_scripts": [
+ {
+ "matches": ["*://*.geogridgame.com/*"],
+ "js": ["undo.js"]
+ }
+ ]
+}